Skip to content

Commit 0bf339b

Browse files
committed
doc: add new article
1 parent 013f4fd commit 0bf339b

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

README.zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
- [手摸手,带你用 vue 撸后台 系列二(登录权限篇)](https://juejin.im/post/591aa14f570c35006961acac)
6969
- [手摸手,带你用 vue 撸后台 系列三 (实战篇)](https://juejin.im/post/593121aa0ce4630057f70d35)
7070
- [手摸手,带你用 vue 撸后台 系列四(vueAdmin 一个极简的后台基础模板)](https://juejin.im/post/595b4d776fb9a06bbe7dba56)
71+
- [手摸手,带你用vue撸后台 系列五(v4.0新版本)](https://juejin.im/post/5c92ff94f265da6128275a85)
7172
- [手摸手,带你封装一个 vue component](https://segmentfault.com/a/1190000009090836)
7273
- [手摸手,带你优雅的使用 icon](https://juejin.im/post/59bb864b5188257e7a427c09)
7374
- [手摸手,带你用合理的姿势使用 webpack4(上)](https://juejin.im/post/5b56909a518825195f499806)

src/components/Share/DropdownMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default {
3838
</script>
3939

4040
<style lang="scss" >
41-
$n: 8; //和items.length 相同
41+
$n: 9; //和items.length 相同
4242
$t: .1s;
4343
.share-dropdown-menu {
4444
width: 250px;

src/views/components-demo/mixin.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export default {
149149
{ title: '登录权限篇', href: 'https://juejin.im/post/591aa14f570c35006961acac' },
150150
{ title: '实战篇', href: 'https://juejin.im/post/593121aa0ce4630057f70d35' },
151151
{ title: 'vue-admin-template 篇', href: 'https://juejin.im/post/595b4d776fb9a06bbe7dba56' },
152+
{ title: 'v4.0 篇', href: 'https://juejin.im/post/5c92ff94f265da6128275a85' },
152153
{ title: '优雅的使用 icon', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' }
153154
]
154155
}

src/views/documentation/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export default {
3232
{ title: '登录权限篇', href: 'https://juejin.im/post/591aa14f570c35006961acac' },
3333
{ title: '实战篇', href: 'https://juejin.im/post/593121aa0ce4630057f70d35' },
3434
{ title: 'vue-admin-template 篇', href: 'https://juejin.im/post/595b4d776fb9a06bbe7dba56' },
35+
{ title: 'v4.0 篇', href: 'https://juejin.im/post/5c92ff94f265da6128275a85' },
3536
{ title: '自行封装 component', href: 'https://segmentfault.com/a/1190000009090836' },
3637
{ title: '优雅的使用 icon', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' },
3738
{ title: 'webpack4(上)', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' },

0 commit comments

Comments
 (0)