UNPKG

wisdom-ui

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