[bugfix] Component should not inheritAttrs when use $attrs (#488)

This commit is contained in:
neverland
2017-12-27 19:41:39 +08:00
committed by GitHub
parent 6d003c88a1
commit 11c07eb007
5 changed files with 8 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
&-body {
max-height: 350px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
&::-webkit-scrollbar {
display: none;