mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 08:46:15 -04:00
parent
f7e535f3c0
commit
8881f440ef
2 changed files with 2 additions and 1 deletions
1
components.d.ts
vendored
1
components.d.ts
vendored
|
@ -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']
|
||||
|
|
|
@ -50,7 +50,7 @@ const { copy } = useCopy({ source: tokens, text: t('tools.token-generator.copied
|
|||
</n-space>
|
||||
</n-form>
|
||||
|
||||
<n-form-item label="Denied Characters" label-placement="left">
|
||||
<n-form-item label="Denied Characters (ie, visually similar { oO01lI } or punctuations)" label-placement="top">
|
||||
<c-input-text
|
||||
v-model:value="deniedChars"
|
||||
placeholder="Put characters to deny from token"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue