UNPKG

wisdom-ui

Version:
7 lines (6 loc) 108 B
import Vue from 'vue'; import App from './app'; new Vue({ el: '#app', render: h => h(App) });