fix
This commit is contained in:
parent
36bba2c6ce
commit
8316b0d06a
@ -7,6 +7,7 @@ import VConsole from "vconsole";
|
|||||||
if (import.meta.env.VITE_APP_MODE === "dev") {
|
if (import.meta.env.VITE_APP_MODE === "dev") {
|
||||||
new VConsole();
|
new VConsole();
|
||||||
}
|
}
|
||||||
|
new VConsole();
|
||||||
export function createApp() {
|
export function createApp() {
|
||||||
const app = createSSRApp(App);
|
const app = createSSRApp(App);
|
||||||
globalComponents(app);
|
globalComponents(app);
|
||||||
|
Loading…
Reference in New Issue
Block a user