UNPKG

asia-weex-vue-render4light

Version:

Web renderer for weex project written in Vue DSL.

12 lines (10 loc) 226 B
import helper from '../main' export const doneMixin = { methods: { done (subId = 'default', ...args) { const id = this.$root.$el.id const done = helper.data[id].done[subId] ; done(...args) } } }