This commit is contained in:
syuilo
2025-03-16 14:15:09 +09:00
parent ce6b2448ce
commit 1c9e25470a
3 changed files with 10 additions and 27 deletions

View File

@@ -178,19 +178,6 @@ if (window.innerWidth > 1024) {
}
}
if (prefer.s.widgets.length === 0) {
prefer.commit('widgets', [{
name: 'calendar',
id: 'a', place: 'right', data: {},
}, {
name: 'notifications',
id: 'b', place: 'right', data: {},
}, {
name: 'trends',
id: 'c', place: 'right', data: {},
}]);
}
onMounted(() => {
if (!isDesktop.value) {
window.addEventListener('resize', () => {