diff --git a/.gitignore b/.gitignore index 04a24d3..648d9bd 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,8 @@ coverage bun.lockb -.tmp \ No newline at end of file +.tmp + +# auto generate file +components.d.ts +auto-imports.d.ts \ No newline at end of file diff --git a/auto-imports.d.ts b/auto-imports.d.ts deleted file mode 100644 index 9d24007..0000000 --- a/auto-imports.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -/* eslint-disable */ -/* prettier-ignore */ -// @ts-nocheck -// noinspection JSUnusedGlobalSymbols -// Generated by unplugin-auto-import -// biome-ignore lint: disable -export {} -declare global { - -} diff --git a/components.d.ts b/components.d.ts deleted file mode 100644 index 1a93209..0000000 --- a/components.d.ts +++ /dev/null @@ -1,71 +0,0 @@ -/* eslint-disable */ -// @ts-nocheck -// Generated by unplugin-vue-components -// Read more: https://github.com/vuejs/core/pull/3399 -export {} - -/* prettier-ignore */ -declare module 'vue' { - export interface GlobalComponents { - CommonLayout: typeof import('./src/components/Layout/CommonLayout.vue')['default'] - Contenteditable: typeof import('./src/components/contenteditable.vue')['default'] - ElButton: typeof import('element-plus/es')['ElButton'] - ElCard: typeof import('element-plus/es')['ElCard'] - ElDialog: typeof import('element-plus/es')['ElDialog'] - ElDropdown: typeof import('element-plus/es')['ElDropdown'] - ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem'] - ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu'] - ElEmpty: typeof import('element-plus/es')['ElEmpty'] - ElIcon: typeof import('element-plus/es')['ElIcon'] - ElImage: typeof import('element-plus/es')['ElImage'] - ElInput: typeof import('element-plus/es')['ElInput'] - ElOption: typeof import('element-plus/es')['ElOption'] - ElSelect: typeof import('element-plus/es')['ElSelect'] - ElSpace: typeof import('element-plus/es')['ElSpace'] - ElTable: typeof import('element-plus/es')['ElTable'] - ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] - ElTableV2: typeof import('element-plus/es')['ElTableV2'] - ElTag: typeof import('element-plus/es')['ElTag'] - ElText: typeof import('element-plus/es')['ElText'] - Index: typeof import('./src/components/Analysis/Index.vue')['default'] - MarketItem: typeof import('./src/components/MarketItem/MarketItem.vue')['default'] - RichText: typeof import('./src/components/RichText.vue')['default'] - RouterLink: typeof import('vue-router')['RouterLink'] - RouterView: typeof import('vue-router')['RouterView'] - VanActionSheet: typeof import('vant/es')['ActionSheet'] - VanButton: typeof import('vant/es')['Button'] - VanCard: typeof import('vant/es')['Card'] - VanCell: typeof import('vant/es')['Cell'] - VanCellGroup: typeof import('vant/es')['CellGroup'] - VanCheckbox: typeof import('vant/es')['Checkbox'] - VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup'] - VanCol: typeof import('vant/es')['Col'] - VanDivider: typeof import('vant/es')['Divider'] - VanField: typeof import('vant/es')['Field'] - VanIcon: typeof import('vant/es')['Icon'] - VanList: typeof import('vant/es')['List'] - VanNavBar: typeof import('vant/es')['NavBar'] - VanPicker: typeof import('vant/es')['Picker'] - VanPopover: typeof import('vant/es')['Popover'] - VanPopup: typeof import('vant/es')['Popup'] - VanRadio: typeof import('vant/es')['Radio'] - VanRadioGroup: typeof import('vant/es')['RadioGroup'] - VanRow: typeof import('vant/es')['Row'] - VanSearch: typeof import('vant/es')['Search'] - VanStepper: typeof import('vant/es')['Stepper'] - VanSwipe: typeof import('vant/es')['Swipe'] - VanSwipeItem: typeof import('vant/es')['SwipeItem'] - VanSwitch: typeof import('vant/es')['Switch'] - VanTab: typeof import('vant/es')['Tab'] - VanTabbar: typeof import('vant/es')['Tabbar'] - VanTabbarItem: typeof import('vant/es')['TabbarItem'] - VanTabs: typeof import('vant/es')['Tabs'] - YLCascader: typeof import('./src/components/YLCascader.vue')['default'] - YLInput: typeof import('./src/components/YLInput.vue')['default'] - YLPicker: typeof import('./src/components/YLPicker.vue')['default'] - YLSelect: typeof import('./src/components/YLSelect.vue')['default'] - } - export interface ComponentCustomProperties { - vLoading: typeof import('element-plus/es')['ElLoadingDirective'] - } -}