Переход на quasar

This commit is contained in:
Book Pauk
2020-02-03 02:20:46 +07:00
parent 483092d40d
commit c6a61dc8c8
3 changed files with 17 additions and 9 deletions

View File

@@ -133,7 +133,7 @@ class TextPage extends Vue {
this.$root.$on('resize', async() => {
this.$nextTick(this.onResize);
await sleep(300);
await sleep(500);
this.$nextTick(this.onResize);
});
}