This commit is contained in:
syuilo
2020-12-30 11:08:41 +09:00
parent 97dea72c94
commit 873d4bd707
5 changed files with 0 additions and 29 deletions

View File

@@ -38,18 +38,11 @@ export default defineComponent({
data() {
return {
host: host,
pageKey: 0,
pageInfo: null,
faLayerGroup, faBars, faBell, faHome, faCircle,
};
},
watch: {
$route(to, from) {
this.pageKey++;
},
},
created() {
document.documentElement.style.overflowY = 'scroll';
},