DisplayGitpdl.vue 237 Bytes Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <template> <Gitpdl></Gitpdl> </template> <script> import Gitpdl from "~/page/Business/Gitpdl/views"; export default { name: "display-gitpdl", components: { Gitpdl }, created() {}, mounted() {} }; </script> <style></style>