Skip to content

Commit

Permalink
Merge branch 'master' into fix/codelens-shaking
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankll committed Dec 28, 2024
2 parents dd07478 + a6d045f commit efecb97
Show file tree
Hide file tree
Showing 18 changed files with 1,290 additions and 344 deletions.
3 changes: 2 additions & 1 deletion components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ declare module 'vue' {
NDataTable: typeof import('naive-ui')['NDataTable']
NDialogProvider: typeof import('naive-ui')['NDialogProvider']
NDivider: typeof import('naive-ui')['NDivider']
NDropdown: typeof import('naive-ui')['NDropdown']
NEmpty: typeof import('naive-ui')['NEmpty']
NForm: typeof import('naive-ui')['NForm']
NFormItem: typeof import('naive-ui')['NFormItem']
NFormItemRow: typeof import('naive-ui')['NFormItemRow']
Expand All @@ -43,6 +43,7 @@ declare module 'vue' {
NRadioGroup: typeof import('naive-ui')['NRadioGroup']
NScrollbar: typeof import('naive-ui')['NScrollbar']
NSelect: typeof import('naive-ui')['NSelect']
NSpace: typeof import('naive-ui')['NSpace']
NSplit: typeof import('naive-ui')['NSplit']
NSwitch: typeof import('naive-ui')['NSwitch']
NTabPane: typeof import('naive-ui')['NTabPane']
Expand Down
209 changes: 208 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.1",
"vite": "^5.3.1",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.0.22"
}
}
1 change: 1 addition & 0 deletions src/assets/svg/dynamoDB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit efecb97

Please sign in to comment.