fix(fluent-editor): fix style missing (#1831)

This commit is contained in:
Kagol 2024-08-05 16:22:55 +08:00 committed by GitHub
parent 4a7c5d993e
commit e09599fb00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
import { renderless, api } from '@opentiny/vue-renderless/fluent-editor/vue'
import { props, $prefix, setup, defineComponent } from '@opentiny/vue-common'
import FluentEditor from '@opentiny/fluent-editor'
import '@opentiny/fluent-editor/dist/style.css'
import {
IconEditorAlignCenter,
IconEditorAlignLeft,

View File

@ -15,6 +15,7 @@ import { $prefix, props, setup, defineComponent } from '@opentiny/vue-common'
import { renderless, api } from '@opentiny/vue-renderless/fluent-editor/vue'
import '@opentiny/vue-theme/fluent-editor/index.less'
import FluentEditor from '@opentiny/fluent-editor'
import '@opentiny/fluent-editor/dist/style.css'
import {
IconEditorAlignCenter,
IconEditorAlignLeft,