<template> <div> <VisualStudioLayout></VisualStudioLayout> </div> </template> <script> import { VisualStudioLayout } from "zhc-visualstudio"; export default { name: "flow", componentName: "flowpage", components: {}, data() { return { //fmodelpath: "eaptpl/12112/mokuai/liucheng/test.flow", }; }, computed: {}, watch: {}, created() { }, mounted() { }, methods: { closepage() { this.close(); }, }, }; </script>