mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
server checks if current device is mobile device, and let browser navigate to specific pages
This commit is contained in:
+6
-2
@@ -1,7 +1,11 @@
|
||||
<template>
|
||||
<div>Not Implemented</div>
|
||||
<div></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {}
|
||||
export default {
|
||||
created() {
|
||||
location.href = '../mobile/'
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user