08335 / hivui-platform-template
hivui平台项目模板
Newer
Older
hivui-platform-template / project / hivuiStudio / index.vue
12112 on 31 Oct 2022 zhc-visualstudio
<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>