Skip to content

Commit

Permalink
fix: volar模板 (#229)
Browse files Browse the repository at this point in the history
* fix: 删除多余的}

* fix(volar): declare module
  • Loading branch information
liweijie0812 authored Mar 14, 2024
1 parent 81d2b1f commit bb4d767
Show file tree
Hide file tree
Showing 13 changed files with 11,474 additions and 2,904 deletions.
6 changes: 4 additions & 2 deletions packages/products/tdesign-mobile-vue/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/* eslint-disable */
/**
* 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC
* https://github.com/TDesignOteam/tdesign-api
* eslint-disable
* */
declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
TActionSheet: typeof import('tdesign-mobile-vue')['ActionSheet'];
TAvatar: typeof import('tdesign-mobile-vue')['Avatar'];
Expand Down Expand Up @@ -39,6 +40,7 @@ declare module '@vue/runtime-core' {
TFormItem: typeof import('tdesign-mobile-vue')['FormItem'];
TGrid: typeof import('tdesign-mobile-vue')['Grid'];
TGridItem: typeof import('tdesign-mobile-vue')['GridItem'];
TGuide: typeof import('tdesign-mobile-vue')['Guide'];
TIconSVG: typeof import('tdesign-mobile-vue')['IconSVG'];
TIconfont: typeof import('tdesign-mobile-vue')['Iconfont'];
TImage: typeof import('tdesign-mobile-vue')['Image'];
Expand Down
1,843 changes: 1,471 additions & 372 deletions packages/products/tdesign-mobile-vue/helper/attributes.json

Large diffs are not rendered by default.

Loading

0 comments on commit bb4d767

Please sign in to comment.