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