fixed error TS2307: Cannot find module 'vue3-typed-js' or its corresponding type declarations.
All checks were successful
CI / build (push) Successful in 6m56s
All checks were successful
CI / build (push) Successful in 6m56s
This commit is contained in:
parent
edbcc3e728
commit
03b95d9fcb
@ -1,6 +1,7 @@
|
||||
import {createApp} from 'vue'
|
||||
import './style.scss'
|
||||
import App from './App.vue'
|
||||
// @ts-expect-error
|
||||
import VueTyped from 'vue3-typed-js'
|
||||
import router from "@/router";
|
||||
import {library} from '@fortawesome/fontawesome-svg-core'
|
||||
|
Loading…
x
Reference in New Issue
Block a user