diff --git a/README.md b/README.md index f1431b42..d19bb898 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ It is a magical vue admin based on the newest development stack of vue, built-in **This project is positioned as a background integration solution and is not suitable for secondary development as a basic template.** -- Base template recommends using: [vueAdmin-template](https://github.com/PanJiaChen/vueAdmin-template) +- Base template recommends using: [vue-admin-template](https://github.com/PanJiaChen/vue-admin-template) - Desktop: [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin) **This project does not support low version browsers (e.g. IE). Please add polyfill yourself if you need them.** diff --git a/README.zh-CN.md b/README.zh-CN.md index b3a1cb77..4438bda8 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -40,7 +40,7 @@ **本项目的定位是后台集成方案,不适合当基础模板来开发。** -- 模板建议使用: [vueAdmin-template](https://github.com/PanJiaChen/vueAdmin-template) +- 模板建议使用: [vue-admin-template](https://github.com/PanJiaChen/vue-admin-template) - 桌面端: [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin) 群主 **[圈子](https://jianshiapp.com/circles/1209)** 楼主会经常分享一些技术相关的东西,或者加入[qq 群](https://github.com/PanJiaChen/vue-element-admin/issues/602) diff --git a/src/views/components-demo/mixin.vue b/src/views/components-demo/mixin.vue index dc80b23f..7f713f6d 100644 --- a/src/views/components-demo/mixin.vue +++ b/src/views/components-demo/mixin.vue @@ -133,7 +133,7 @@ export default { { title: '基础篇', href: 'https://juejin.im/post/59097cd7a22b9d0065fb61d2' }, { title: '登录权限篇', href: 'https://juejin.im/post/591aa14f570c35006961acac' }, { title: '实战篇', href: 'https://juejin.im/post/593121aa0ce4630057f70d35' }, - { title: 'vueAdmin-template 篇', href: 'https://juejin.im/post/595b4d776fb9a06bbe7dba56' }, + { title: 'vue-admin-template 篇', href: 'https://juejin.im/post/595b4d776fb9a06bbe7dba56' }, { title: '自行封装 component', href: 'https://segmentfault.com/a/1190000009090836' }, { title: '优雅的使用 icon', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' }, { title: 'webpack4(上)', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' }, diff --git a/src/views/documentation/index.vue b/src/views/documentation/index.vue index c0ca2657..04500a87 100644 --- a/src/views/documentation/index.vue +++ b/src/views/documentation/index.vue @@ -17,7 +17,7 @@ export default { { title: '基础篇', href: 'https://juejin.im/post/59097cd7a22b9d0065fb61d2' }, { title: '登录权限篇', href: 'https://juejin.im/post/591aa14f570c35006961acac' }, { title: '实战篇', href: 'https://juejin.im/post/593121aa0ce4630057f70d35' }, - { title: 'vueAdmin-template 篇', href: 'https://juejin.im/post/595b4d776fb9a06bbe7dba56' }, + { title: 'vue-admin-template 篇', href: 'https://juejin.im/post/595b4d776fb9a06bbe7dba56' }, { title: '自行封装 component', href: 'https://segmentfault.com/a/1190000009090836' }, { title: '优雅的使用 icon', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' }, { title: 'webpack4(上)', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' },