UNPKG
tina-weapp
Version:
latest (6.2.8)
6.2.8
6.2.5
6.2.3
6.2.1
6.1.8
6.1.5
6.0.1
5.0.9
5.0.8
5.0.5
5.0.1
4.0.8
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
3.0.9
3.0.8
3.0.6
3.0.5
3.0.2
3.0.1
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.3
2.0.2
2.0.1
1.0.8
1.0.6
1.0.5
1.0.1
微信小程序
github.com/Tinans/Tina.git
tina-weapp
/
src
/
observer
/
index.js
7 lines
(6 loc)
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
reactive
from
'./reactive'
import
initComputed
from
'./computed'
export
default
function
initState
(
ctx, target, computed
) {
reactive
(target)
initComputed
(ctx, target, computed) }