fix: 移除无关项

This commit is contained in:
tntgroup 2023-01-13 15:39:50 +08:00
parent 002325bfbb
commit e3c3759548

View File

@ -1,9 +0,0 @@
// 解决 无法找到模块 'uview-plus' 的声明文件参考https://blog.csdn.net/qq1014156094/article/details/107316969
declare module 'uview-plus';
// 为 UniApp.Uni 扩展 $u 属性
declare namespace UniNamespace {
export interface UniInterface {
$u?: any;
}
}