mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-09 18:59:26 +08:00
fix: main引入md-editor-v3/lib/style.css
This commit is contained in:
@@ -7,6 +7,7 @@ import router from './router'
|
|||||||
// 引入 Arco Design 组件库以及自定义主题
|
// 引入 Arco Design 组件库以及自定义主题
|
||||||
import ArcoVue from '@arco-design/web-vue'
|
import ArcoVue from '@arco-design/web-vue'
|
||||||
import '@/styles/arco-ui/index.less'
|
import '@/styles/arco-ui/index.less'
|
||||||
|
import 'md-editor-v3/lib/style.css'
|
||||||
// import '@arco-themes/vue-gi-demo/index.less'
|
// import '@arco-themes/vue-gi-demo/index.less'
|
||||||
// import '@arco-design/web-vue/dist/arco.css'
|
// import '@arco-design/web-vue/dist/arco.css'
|
||||||
|
|
||||||
|
@@ -69,7 +69,6 @@ import { Message, type FormInstance } from '@arco-design/web-vue'
|
|||||||
import { useForm } from '@/hooks'
|
import { useForm } from '@/hooks'
|
||||||
import { useDict } from '@/hooks/app'
|
import { useDict } from '@/hooks/app'
|
||||||
import { MdEditor } from 'md-editor-v3'
|
import { MdEditor } from 'md-editor-v3'
|
||||||
import 'md-editor-v3/lib/style.css'
|
|
||||||
|
|
||||||
const { notice_type } = useDict('notice_type')
|
const { notice_type } = useDict('notice_type')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user