公告板
版本库
filestore
活动
搜索
登录
main
/
new-ryc
蓉易创
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat: 修复Player实体phone字段数据冗余问题并优化小程序报名逻辑
Codex Assistant
昨天
58d9f460b2f8c34430285115e2557d18333c5cab
[new-ryc.git]
/
web
/
src
/
shims-vue.d.ts
1
2
3
4
5
declare module '*.vue' {
import { DefineComponent } from 'vue';
const component: DefineComponent<{}, {}, any>;
export default component;
}