diff --git a/README.md b/README.md index ad0a7c7..4ea93fe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # vue3-element-admin -这个模板使用了最新的 vue3 和 element-plus UI框架,vite 构建工具、pinia 状态管理、vue-router 路由管理、mockjs 数据模拟。功能从Vue Element Admin 移植而来,详细使用可以参考[该文档](https://panjiachen.github.io/vue-element-admin-site/zh/guide/essentials/router-and-nav.html#%E9%85%8D%E7%BD%AE%E9%A1%B9)。 +这个模板使用了最新的 vue3 和 element-plus UI框架,vite 构建工具、pinia 状态管理、vue-router 路由管理、mockjs 数据模拟。功能从Vue Element Admin 移植而来,详细使用可以参考[该文档](https://panjiachen.github.io/vue-element-admin-site/zh/guide/essentials/router-and-nav.html)。 # 在线示例 diff --git a/src/views/documentation/index.vue b/src/views/documentation/index.vue index 5756a99..a4553d6 100644 --- a/src/views/documentation/index.vue +++ b/src/views/documentation/index.vue @@ -1,12 +1,11 @@ @@ -26,9 +25,9 @@ export default defineComponent({ { title: 'vue-admin-template 篇', href: 'https://juejin.im/post/595b4d776fb9a06bbe7dba56' }, { title: 'v4.0 篇', href: 'https://juejin.im/post/5c92ff94f265da6128275a85' }, { title: '自行封装 component', href: 'https://segmentfault.com/a/1190000009090836' }, - { title: '优雅的使用 icon', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' }, - { title: 'webpack4(上)', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' }, - { title: 'webpack4(下)', href: 'https://juejin.im/post/5b5d6d6f6fb9a04fea58aabc' } + { title: '优雅的使用 icon', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' } + // { title: 'webpack4(上)', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' }, + // { title: 'webpack4(下)', href: 'https://juejin.im/post/5b5d6d6f6fb9a04fea58aabc' } ] }; },