宽度改变时改变导航栏宽度,这次真不自测了。。。我要睡了。。。

This commit is contained in:
暮光:城中城
2021-12-03 00:08:49 +08:00
parent f86ad19afd
commit ffa6d669ba
11 changed files with 20 additions and 7 deletions

View File

@@ -36,6 +36,7 @@
this.rightAsideWidth = 300;
}
this.$emit('input', this.rightAsideWidth);
this.$emit('change', this.rightAsideWidth);
}
};
document.onmouseup = () => {