Commit bf127b19 authored by tanjuanjuan's avatar tanjuanjuan

测试

parent 02d82dc8
import { createSSRApp } from 'vue';
import App from './App.vue';
import store from './store';
//import Vconsole from 'vconsole'
import Vconsole from 'vconsole'
export function createApp() {
const app = createSSRApp(App);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment