|
@@ -21,8 +21,9 @@ import SvgIcon from "@/components/Svg-icon/SvgIcon.vue";
|
|
import { initCapacitor } from './plugins';
|
|
import { initCapacitor } from './plugins';
|
|
import { setup } from './plugins/storage';
|
|
import { setup } from './plugins/storage';
|
|
|
|
|
|
|
|
+
|
|
import VConsole from 'vconsole';
|
|
import VConsole from 'vconsole';
|
|
-new VConsole();
|
|
|
|
|
|
+new VConsole();
|
|
|
|
|
|
async function appInit() {
|
|
async function appInit() {
|
|
const app = createApp(App);
|
|
const app = createApp(App);
|