UNPKG
wx-gc-behavior
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Behaviors
wx-gc-behavior
/
src
/
index.js
9 lines
•
241 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
///import component from './component/index'
const
component
=
require
(
"./component/index"
); module.exports =
Behavior
({
behaviors
: [component],
properties
: {},
data
: {},
attached
: function () { }, methods: {} })