UNPKG

tina-weapp

Version:
7 lines (6 loc) 195 B
import reactive from './reactive' import initComputed from './computed' export default function initState (ctx, target, computed) { reactive(target) initComputed(ctx, target, computed) }