DisplayGftcan.vue 237 Bytes
<template>
	<Gftcan></Gftcan>
</template>
  
<script>
import Gftcan from "~/page/Business/Gftcan/views";

export default {
  name: "display-gftcan",
  components: { Gftcan },
  created() {},
  mounted() {}
};
</script>
<style></style>