布局
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
import 'element-ui/lib/theme-chalk/index.css'
|
||||
|
||||
import Element from 'element-ui'
|
||||
import VueFractionGrid from 'vue-fraction-grid'
|
||||
|
||||
|
||||
export default ({
|
||||
Vue, // VuePress 正在使用的 Vue 构造函数
|
||||
@ -10,4 +12,11 @@ export default ({
|
||||
siteData // 站点元数据
|
||||
}) => {
|
||||
Vue.use(Element)
|
||||
Vue.use(VueFractionGrid, {
|
||||
approach: 'desktop-first',
|
||||
breakpoints: {
|
||||
compact: '719px',
|
||||
tablet: '719px 959px'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user