调查问卷

This commit is contained in:
yanran200730
2021-11-23 14:20:02 +08:00
parent 8b2f5b05f2
commit b00b9197b4

View File

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