fixed error TS2307: Cannot find module 'vue3-typed-js' or its corresponding type declarations.
All checks were successful
CI / build (push) Successful in 6m56s

This commit is contained in:
Jeffrey Hsu 2024-11-09 20:46:01 +08:00
parent edbcc3e728
commit 03b95d9fcb

View File

@ -1,6 +1,7 @@
import {createApp} from 'vue' import {createApp} from 'vue'
import './style.scss' import './style.scss'
import App from './App.vue' import App from './App.vue'
// @ts-expect-error
import VueTyped from 'vue3-typed-js' import VueTyped from 'vue3-typed-js'
import router from "@/router"; import router from "@/router";
import {library} from '@fortawesome/fontawesome-svg-core' import {library} from '@fortawesome/fontawesome-svg-core'