0.0.3 • Published 2 years ago

common-temp v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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" 
  />