|
|
@ -1,7 +1,10 @@ |
|
|
|
import App from './App' |
|
|
|
|
|
|
|
import uView from 'uview-ui'; |
|
|
|
Vue.use(uView); |
|
|
|
import uView from 'uview-ui' |
|
|
|
Vue.use(uView) |
|
|
|
|
|
|
|
import Expands from '@/common/expands/index.js' |
|
|
|
Vue.use(Expands) |
|
|
|
|
|
|
|
// #ifndef VUE3
|
|
|
|
import Vue from 'vue' |
|
|
@ -14,7 +17,7 @@ app.$mount() |
|
|
|
// #endif
|
|
|
|
|
|
|
|
// #ifdef VUE3
|
|
|
|
import { createSSRApp } from 'vue' |
|
|
|
import {createSSRApp} from 'vue' |
|
|
|
export function createApp() { |
|
|
|
const app = createSSRApp(App) |
|
|
|
return { |
|
|
|