xbx #6

Merged
theluyuan merged 5 commits from xbx into master 2020-06-02 03:35:42 +00:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 2d212ec8d2 - Show all commits

View File

@ -1,11 +1,11 @@
import Vue from 'vue'
import App from './App'
import uView from "uview-ui";
Vue.config.productionTip = false
Vue.use(uView);
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()
app.$mount()

View File

@ -1,3 +1,4 @@
@import 'node_modules/uview-ui/theme.scss';
/**
* 这里是uni-app内置的常用样式变量
*