mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-17 22:08:25 +08:00
库不再导入katex的css文件,由使用方导入
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import katex from 'katex'
|
||||
import Quill from 'quill'
|
||||
import 'katex/dist/katex.min.css'
|
||||
import { getChromeVersion } from '../utils/index'
|
||||
|
||||
// 数学公式支持插件
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
import Sidebar from './Sidebar'
|
||||
import { mapState, mapMutations } from 'vuex'
|
||||
import { formulaList } from '@/config/constant'
|
||||
import 'simple-mind-map/node_modules/katex/dist/katex.min.css'
|
||||
|
||||
export default {
|
||||
name: 'FormulaSidebar',
|
||||
|
||||
Reference in New Issue
Block a user