提交 bddaef16 编写于 作者: D dolymood

add popup link

上级 987fddd9
......@@ -67,7 +67,10 @@ module.exports = {
{
test: /\.md$/,
include: resolve('document'),
loader: 'vue-markdown-loader'
loader: 'vue-markdown-loader',
options: {
preventExtract: true
}
}
]
},
......
......@@ -32,6 +32,7 @@ cube-ui is an elegant mobile component library based on Vue.js.
#### Layer
- [Popup](#/en-US/docs/popup)
- [Toast](#/en-US/docs/toast)
- [Picker](#/en-US/docs/picker)
- [TimePicker](#/en-US/docs/time-picker)
......
......@@ -32,6 +32,7 @@ cube-ui 是基于 Vue.js 实现的精致移动端组件库。
#### 弹层
- [Popup](#/zh-CN/docs/popup)
- [Toast 提醒](#/zh-CN/docs/toast)
- [Picker 选择器](#/zh-CN/docs/picker)
- [TimePicker 时间选择器](#/zh-CN/docs/time-picker)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册