This commit is contained in:
yanran200730
2021-12-03 15:05:29 +08:00
parent 56e99d1411
commit 821a946859
3 changed files with 179 additions and 13 deletions

View File

@@ -11,6 +11,7 @@
<script>
import Tabbar from './components/Tabbar.vue'
import AddForm from './components/AddForm.vue'
import Result from './components/Result.vue'
export default {
name: 'AppAskForm',
@@ -25,6 +26,7 @@
components: {
Tabbar,
Result,
AddForm
},