4
0
mirror of https://gitee.com/dcloud/uni-preset-vue synced 2025-05-10 21:37:02 +08:00
2019-01-04 18:13:10 +08:00

7 lines
109 B
TypeScript
Executable File

import Vue from 'vue'
import App from './App.vue'
Vue.config.productionTip = false
new App().$mount()