Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
shims-vue.d.ts 463 Bytes
Copy Edit Raw Blame History
就眠儀式 authored 2021-11-26 09:35 . init hooks-vue project
declare module '*.vue' {
import { DefineComponent } from 'vue'
const comp: DefineComponent
export default comp
}
declare module '*.md' {
import { DefineComponent } from 'vue'
const comp: DefineComponent
export default comp
}
declare module 'prismjs'
declare module 'prismjs/components/index'
declare module 'escape-html'
interface ImportMeta {
env: {
MODE: string
BASE_URL: string
PROD: boolean
DEV: boolean
SSR: boolean
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化