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