仪表盘
版本库
文件存储
活动
搜索
登录
main
/
animationDemo
基于北京SDK的方案预演功能
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
代码更新
surprise
2024-05-07
087510aa88b0a6b6b5c648907e9dd52394621d47
[animationDemo.git]
/
src
/
shims-vue.d.ts
1
2
3
4
5
6
7
/* eslint-disable */
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}
declare module "particles.vue3";