StoryBook
This commit is contained in:
12
.vuepress/enhanceApp.js
Normal file
12
.vuepress/enhanceApp.js
Normal file
@ -0,0 +1,12 @@
|
||||
import 'element-ui/lib/theme-chalk/index.css'
|
||||
|
||||
import Element from 'element-ui'
|
||||
|
||||
export default ({
|
||||
Vue, // VuePress 正在使用的 Vue 构造函数
|
||||
options, // 附加到根实例的一些选项
|
||||
router, // 当前应用的路由实例
|
||||
siteData // 站点元数据
|
||||
}) => {
|
||||
Vue.use(Element)
|
||||
}
|
||||
Reference in New Issue
Block a user