UNPKG

wx-gc-behavior

Version:

Behaviors

12 lines 295 B
///import behaviors from './src/index' const behaviors = require("./src/index"); const methods = require("./methods"); module.exports = Behavior({ behaviors: [behaviors], properties: {}, data: {}, attached: function () { }, methods: { ...methods } })