Skip to content

Commit

Permalink
fix: type miss match issue #3
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Mar 10, 2024
1 parent 0682481 commit afe5f18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ declare module 'vue' {
NPopover: typeof import('naive-ui')['NPopover']
NRadio: typeof import('naive-ui')['NRadio']
NRadioGroup: typeof import('naive-ui')['NRadioGroup']
NScrollbar: typeof import('naive-ui')['NScrollbar']
NSelect: typeof import('naive-ui')['NSelect']
NTabPane: typeof import('naive-ui')['NTabPane']
NTabs: typeof import('naive-ui')['NTabs']
Expand Down
2 changes: 1 addition & 1 deletion src/views/ssh/components/ssh-dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const defaultFormData = {
host: '',
port: 22,
username: '',
secretId: -1,
secretId: '',
};
const formData = ref<Connection>({ ...defaultFormData });
Expand Down

0 comments on commit afe5f18

Please sign in to comment.