调查问卷

This commit is contained in:
yanran200730
2021-11-23 14:21:01 +08:00
parent b00b9197b4
commit 8cada828a9

View File

@@ -11,6 +11,7 @@
<script>
import AddList from './AddList.vue'
import List from './List.vue'
import AiTabbar from '@/components/AiTabbar'
export default {
name: 'AppAskForm',
@@ -24,6 +25,7 @@ export default {
components: {
AddList,
AiTabbar,
List
},