修改注册名

This commit is contained in:
aixianling
2021-11-25 17:04:43 +08:00
parent b8a5674ece
commit 7ba56e5e36

View File

@@ -1,5 +1,5 @@
<template>
<section class="askForm">
<section class="AppForm">
<template v-if="showDetail">
<form-detail/>
</template>
@@ -13,7 +13,7 @@ import FormDetail from "./formDetail";
import AiResult from "../../components/AiResult";
export default {
name: "askForm",
name: "AppForm",
appName: "问卷表单",
components: {AiResult, FormDetail},
computed: {
@@ -29,7 +29,7 @@ export default {
</script>
<style lang="scss" scoped>
.askForm {
.AppForm {
position: absolute;
width: 100%;
height: 100%;