|
@@ -4,7 +4,7 @@ import * as Pinia from 'pinia'
|
|
|
import staticImg from '@/utils/static'
|
|
|
import VConsole from "vconsole"
|
|
|
|
|
|
-new VConsole()
|
|
|
+// new VConsole()
|
|
|
|
|
|
// console.log('rive:', rive.Rive);
|
|
|
|
|
@@ -15,6 +15,9 @@ new VConsole()
|
|
|
// script.src = './src/npm/rive.js'
|
|
|
// window['rive'] = rive.Rive
|
|
|
|
|
|
+// console.log('rive:', rive.Rive);
|
|
|
+window['rive'] = rive.Rive
|
|
|
+
|
|
|
export function createApp() {
|
|
|
const app = createSSRApp(App);
|
|
|
app.use(Pinia.createPinia())
|