From 01442ce4d75ea33b7ff8eba55b558a7c1339baeb Mon Sep 17 00:00:00 2001 From: weiqinl <772863869@qq.com> Date: Mon, 9 Apr 2018 09:39:04 +0800 Subject: [PATCH] Fixed doc (#578) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 优雅的使用 icon 此文档地址更新 --- src/views/documentation/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/documentation/index.vue b/src/views/documentation/index.vue index d838159..8d3482d 100644 --- a/src/views/documentation/index.vue +++ b/src/views/documentation/index.vue @@ -19,7 +19,7 @@ export default { { title: '实战篇', href: 'https://segmentfault.com/a/1190000009762198' }, { title: 'vueAdmin-template 篇', href: 'https://segmentfault.com/a/1190000010043013' }, { title: '自行封装 component', href: 'https://segmentfault.com/a/1190000009090836' }, - { title: '优雅的使用 icon', href: 'https://segmentfault.com/a/https://segmentfault.com/a/1190000012213278' } + { title: '优雅的使用 icon', href: 'https://segmentfault.com/a/1190000012213278' } ] } } -- GitLab