2023-11-1-1

This commit is contained in:
X1627315083
2023-11-01 09:30:52 +08:00
parent 837ca391df
commit 03407d99af
10 changed files with 181 additions and 154 deletions

7
src/shims-vue.d.ts vendored
View File

@@ -4,4 +4,11 @@ declare module '*.vue' {
const component: DefineComponent<{}, {}, any>
export default component
}
// declare module '@vue/runtime-core' {
// //全局this注册方法或者公用属性
// interface ComponentCustomProperties {
// // 调整成你要使用到的属性,在这里进行注册
// // GO: any
// }
// }
declare module '@ans1998/vue3-color'