app.js 119 B

1234567
  1. import Vue from 'nativescript-vue'
  2. import App from './components/App'
  3. new Vue({
  4. render: (h) => h(App),
  5. }).$start()