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