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