ci(editor): Enfore stricter linting rules from eslint-plugin-vue (no-changelog) (#6242)
This commit is contained in:
committed by
GitHub
parent
8a8fed0840
commit
4b5cbe7750
@@ -37,7 +37,7 @@ export default defineComponent({
|
||||
},
|
||||
methods: {
|
||||
onResize() {
|
||||
this.callDebounced('onResizeEnd', { debounceTime: 50 });
|
||||
void this.callDebounced('onResizeEnd', { debounceTime: 50 });
|
||||
},
|
||||
onResizeEnd() {
|
||||
this.$data.width = window.innerWidth;
|
||||
|
||||
Reference in New Issue
Block a user