大屏组件做一下切割

This commit is contained in:
aixianling
2022-08-19 13:54:37 +08:00
parent 89b39916d7
commit c04bcbf90e
6 changed files with 190 additions and 18 deletions

View File

@@ -33,11 +33,8 @@
</template>
<script>
import AiEditBtn from "../../../components/AiEditBtn";
export default {
name: "introPage",
components: {AiEditBtn},
props: {
instance: Function,
dict: {default: () => ({})}