Skip to content

Commit

Permalink
Merge pull request #2 from humpback/develop-0.0.1
Browse files Browse the repository at this point in the history
Develop 0.0.1
  • Loading branch information
JamesYYang authored Jan 1, 2025
2 parents e0893af + 0c79117 commit 66fe5ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions front/projects/web/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ declare module 'vue' {
ElAvatar: typeof import('element-plus/es')['ElAvatar']
ElButton: typeof import('element-plus/es')['ElButton']
ElCard: typeof import('element-plus/es')['ElCard']
ElCol: typeof import('element-plus/es')['ElCol']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElDropdown: typeof import('element-plus/es')['ElDropdown']
Expand All @@ -21,8 +22,12 @@ declare module 'vue' {
ElInput: typeof import('element-plus/es')['ElInput']
ElMenu: typeof import('element-plus/es')['ElMenu']
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
ElResult: typeof import('element-plus/es')['ElResult']
ElRow: typeof import('element-plus/es')['ElRow']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
ElTabPane: typeof import('element-plus/es')['ElTabPane']
ElTabs: typeof import('element-plus/es')['ElTabs']
ElText: typeof import('element-plus/es')['ElText']
IconMdiChevronDown: typeof import('~icons/mdi/chevron-down')['default']
IconMdiFormatIndentDecrease: typeof import('~icons/mdi/format-indent-decrease')['default']
Expand Down
2 changes: 1 addition & 1 deletion front/projects/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write \"./**/*.{html,vue,ts,js,json,md}\"",
"lint": "npx eslint src",
Expand Down

0 comments on commit 66fe5ce

Please sign in to comment.