How to use the nativescript-vue.compile function in nativescript-vue

To help you get started, we’ve selected a few nativescript-vue examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github nativescript-vue / nativescript-vue / samples / app / 76.js View on Github external
created() {
    console.log(Vue.compile(this.$options.template).render.toString())
  }
}).$start()
github nativescript-vue / nativescript-vue / samples / app / v-show.js View on Github external
created() {
    console.log(Vue.compile(this.$options.template).render.toString())
  }
}).$start()