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