feat: prettier task supported

This commit is contained in:
kunkka 2020-10-22 19:17:20 +08:00
parent ec525621cd
commit 68637ccab6
41 changed files with 1713 additions and 1409 deletions

View file

@ -42,7 +42,7 @@ export default {
openMenu(e) {
this.showMenu = true;
this.$nextTick(
function() {
function () {
this.$refs.menu.focus();
this.setMenu(e.y, e.x);
}.bind(this)