DropdownMenu: fix popper

Update changelog

DropdownMenu: Remove console
This commit is contained in:
qingwei.li
2016-10-12 18:29:24 +08:00
parent de696c78bc
commit a71471f6e1
7 changed files with 38 additions and 36 deletions

View File

@@ -34,7 +34,9 @@ export default {
options: {
type: Object,
default() {
return {};
return {
gpuAcceleration: false
};
}
}
},