Commit 38887c11 authored by tanjuanjuan's avatar tanjuanjuan

添加psn查询

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