We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb38f0d commit ce01596Copy full SHA for ce01596
src/App.vue
@@ -20,7 +20,7 @@
20
enquireScreen(deviceType => {
21
// tablet
22
if (deviceType === 0) {
23
- that.$store.commit('TOGGLE_DEVICE', 'tablet')
+ that.$store.commit('TOGGLE_DEVICE', 'mobile')
24
that.$store.dispatch('setSidebar', false)
25
}
26
// mobile
0 commit comments