UNPKG
wx-gc-behavior
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Behaviors
wx-gc-behavior
/
index.js
12 lines
•
295 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
///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 } })