add transaction template

This commit is contained in:
MaysWind
2024-07-29 00:53:19 +08:00
parent 4c69243bef
commit de086aa29e
25 changed files with 2109 additions and 44 deletions
+16
View File
@@ -0,0 +1,16 @@
<template>
<f7-page>
</f7-page>
</template>
<script>
export default {
props: [
'f7router'
],
}
</script>
<style>
</style>