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