dashboard
repositories
filestore
activity
search
login
yskj
/
iot_drone_web
无人机前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
媒体搜索框
guoshilong
2023-09-23
fb336f319c71291fa09de3e7f67f1ccfab3cb7c8
[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
}