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