Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhigang.li committed Apr 18, 2018
1 parent d09b980 commit f9c5e8e
Show file tree
Hide file tree
Showing 7 changed files with 408 additions and 409 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"css-loader": "^0.28.8",
"ejs-loader": "^0.3.0",
"eslint": "^4.15.0",
"eslint-config-google": "^0.9.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-import": "^2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion src/views/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
openedSubmenuArr () {
setTimeout(() => {
this.scrollBarResize();
}, 300)
}, 300);
}
},
mounted () {
Expand Down
10 changes: 5 additions & 5 deletions src/views/my-components/scroll-bar/scroll-bar-page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@
<script>
import scrollBar from './vue-scroller-bars';
export default {
name: 'scroll-bar-page',
components: {
scrollBar
}
}
name: 'scroll-bar-page',
components: {
scrollBar
}
};
</script>

<style lang="less">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import scrollBar from './scroll-bar.vue';

export default scrollBar;
export default scrollBar;
Loading

0 comments on commit f9c5e8e

Please sign in to comment.