Skip to content

Commit ce01596

Browse files
committed
fix: layout mode name
1 parent fb38f0d commit ce01596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
enquireScreen(deviceType => {
2121
// tablet
2222
if (deviceType === 0) {
23-
that.$store.commit('TOGGLE_DEVICE', 'tablet')
23+
that.$store.commit('TOGGLE_DEVICE', 'mobile')
2424
that.$store.dispatch('setSidebar', false)
2525
}
2626
// mobile

0 commit comments

Comments
 (0)