feat(Html WYSYWIG): add colors and tables

Fix #796
This commit is contained in:
sharevb 2024-09-28 11:22:56 +02:00 committed by ShareVB
parent 318fb6efb9
commit e3e8e9d4e4
6 changed files with 2160 additions and 1491 deletions

2
components.d.ts vendored
View file

@ -131,7 +131,9 @@ declare module '@vue/runtime-core' {
NavbarButtons: typeof import('./src/components/NavbarButtons.vue')['default']
NCode: typeof import('naive-ui')['NCode']
NCollapseTransition: typeof import('naive-ui')['NCollapseTransition']
NColorPicker: typeof import('naive-ui')['NColorPicker']
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
NDivider: typeof import('naive-ui')['NDivider']
NEllipsis: typeof import('naive-ui')['NEllipsis']
NForm: typeof import('naive-ui')['NForm']
NFormItem: typeof import('naive-ui')['NFormItem']