mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 23:17:33 +08:00
12 lines
137 B
Vue
12 lines
137 B
Vue
<template>
|
|
<div></div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
created() {
|
|
location.href = '../mobile/'
|
|
}
|
|
}
|
|
</script>
|