Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderOpen/waimai
/ setSizeWithUnit
Function
setSizeWithUnit
front/wxcomponents/vant/icon/index.js:33–37 ·
view source on GitHub ↗
(size)
Source
from the content-addressed store, hash-verified
31
this.$emit(
'click'
);
32
},
33
setSizeWithUnit(size) {
34
this.setData({
35
sizeWithUnit: addUnit(size)
36
});
37
}
38
}
39
});
Callers
nothing calls this directly
Calls
1
addUnit
Function · 0.90
Tested by
no test coverage detected