dashboard
repositories
filestore
activity
search
login
yskj
/
iot_drone_web
无人机前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改默认值
husq
2023-09-19
8e9a7434bd72959be5d8a2c7882189a800b85dfd
[yskj/iot_drone_web.git]
/
src
/
shims-vue.d.ts
1
2
3
4
5
declare module '*.vue' {
import { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}