UNPKG
tina-weux
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.1
4.0.8
1.0.8
1.0.5
1.0.1
1.0.0
微信小程序
github.com/Tinans/Tina.git
tina-weux
/
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) }