Commit 38887c11 authored by tanjuanjuan's avatar tanjuanjuan

添加psn查询

parent 9e5297c4
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);
......@@ -10,5 +10,5 @@ export function createApp() {
app,
};
}
let vConsole = new Vconsole()
vConsole.show()
\ No newline at end of file
// let vConsole = new Vconsole()
// vConsole.show()
\ No newline at end of file
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