Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -10,13 +10,12 @@
|
||||
<script>
|
||||
import {mapActions, mapState} from "vuex";
|
||||
import FormDetail from "./components/formDetail";
|
||||
import AiResult from "../../components/AiResult";
|
||||
|
||||
export default {
|
||||
name: "AppForm",
|
||||
appName: "问卷表单",
|
||||
inject: {root: {}},
|
||||
components: {AiResult, FormDetail},
|
||||
components: {FormDetail},
|
||||
data() {
|
||||
return {
|
||||
access: false,
|
||||
|
||||
Reference in New Issue
Block a user