DisplayGitcrq.vue 237 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<template>
	<Gitcrq></Gitcrq>
</template>
  
<script>
import Gitcrq from "~/page/Business/Gitcrq/views";

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