This commit is contained in:
syuilo 2018-12-30 01:32:58 +09:00
parent 7947036af9
commit f11ebafe47
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
11 changed files with 46 additions and 111 deletions

View file

@ -240,7 +240,6 @@ export default Vue.extend({
showMenu() {
this.$root.new(Menu, {
source: this.$refs.menu,
compact: false,
items: this.getMenu()
});
},