Update src/pages/List.vue

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Manthan Ankolekar 2024-12-29 09:18:42 +05:30 committed by GitHub
parent ddf35ec96f
commit 0e70d1e373
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ export default {
components: {
MonitorList,
},
mixins: [mobileMixin],
mixins: [ mobileMixin ],
created() {
if (!this.isMobile) {
this.$router.push("/dashboard");