feat: add sample of useful denied chars

Fix #1206
This commit is contained in:
ShareVB 2024-08-03 14:47:23 +02:00
parent f7e535f3c0
commit 8881f440ef
2 changed files with 2 additions and 1 deletions

1
components.d.ts vendored
View file

@ -144,6 +144,7 @@ declare module '@vue/runtime-core' {
NLayout: typeof import('naive-ui')['NLayout']
NLayoutSider: typeof import('naive-ui')['NLayoutSider']
NMenu: typeof import('naive-ui')['NMenu']
NP: typeof import('naive-ui')['NP']
NScrollbar: typeof import('naive-ui')['NScrollbar']
NSlider: typeof import('naive-ui')['NSlider']
NSpace: typeof import('naive-ui')['NSpace']