当前位置: 首页 > 工具软件 > Markdown UI > 使用案例 >

Vue项目中引进elementUI和markdown

史懿轩
2023-12-01

一、引进ElementUI。
1、cnpm安装。

cnpm i element-ui -S

2、main.js中引入elementUI。

import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
Vue.use(ElementUI)

二、引进markdown。
vue中引进markdown

 类似资料: