common-temp
v0.0.3
Published
``` npm install common-temp ```
Downloads
4
Readme
common-temp
游戏公共组件
安装
npm install common-temp
使用
必须开启 "enableSkia": "true"
- json
{
"usingComponents": {
"common-temp": "../common-temp/common-temp"
}
}
- js
Component({
mixins: [],
data: {},
props: {},
didMount() { },
didUpdate() { },
didUnmount() { },
methods: {},
});
- xaml
<game-rich
gameSource="{{gameSource}}"
onRef="onRef"
onInitDone="onInitDone"
onChangePlayer="onChangePlayer"
onProCallback="onProCallback"
onBeforeBtnFun="onBeforeBtnFun"
onUpdate="onUpdate"
/>