<template> <Bptopn></Bptopn> </template> <script> import Bptopn from "~/page/Financing/Bptopn/views"; export default { name: "display-bptopn", components: { Bptopn }, created() { }, mounted() { } }; </script> <style></style>