From fded36c99066d7ff3b27387a7ec36db9521ff1b9 Mon Sep 17 00:00:00 2001 From: Pan Date: Thu, 16 Aug 2018 11:15:25 +0800 Subject: [PATCH 1/3] docs: change vueAdmin-template => vue-admin-template --- README.md | 2 +- README.zh-CN.md | 2 +- src/views/components-demo/mixin.vue | 2 +- src/views/documentation/index.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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' }, From 8f58baf617a1a54f9c298e3f87c50c8d1a1073a7 Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 17 Aug 2018 18:03:53 +0800 Subject: [PATCH 2/3] fix typo (#975) --- src/views/example/components/Warning.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/example/components/Warning.vue b/src/views/example/components/Warning.vue index 95842613..15edff07 100644 --- a/src/views/example/components/Warning.vue +++ b/src/views/example/components/Warning.vue @@ -1,6 +1,6 @@