スマホでデスクトップモードにできないように

This commit is contained in:
syuilo 2020-11-08 13:39:36 +09:00
parent 19f4812c03
commit 4299e3f90c

View file

@ -48,6 +48,12 @@ export default defineComponent({
},
},
created() {
if (window.innerWidth < 1024) {
localStorage.setItem('ui', 'default');
location.reload();
}
},
methods: {
help() {