mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
17 lines
149 B
Vue
17 lines
149 B
Vue
<template>
|
|
<f7-page>
|
|
</f7-page>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
props: [
|
|
'f7router'
|
|
],
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style>
|