📦 Chore: update fix-path

ISSUES CLOSED: #774
This commit is contained in:
PiEgg
2022-01-09 10:11:14 +08:00
parent 43d2a8e5c8
commit bcaf255a9c
4 changed files with 292 additions and 170 deletions

View File

@@ -2,8 +2,8 @@ declare module '*.vue' {
import Vue from 'vue'
export default Vue
}
// third-party
declare module 'fix-path' {
function fixPath(): void
export default fixPath
}
// // third-party
// declare module 'fix-path' {
// function fixPath(): void
// export default fixPath
// }