import Vue from 'vue'; import App from './App.vue'; new Vue({ el: '#test', render: h => h(App) });