<template>
  <Lttrop></Lttrop>
</template>
<script>
import Lttrop from "~/page/Lc/Lttrop/views";

export default {
  name: "display-lttrop",
  components: { Lttrop },
  created() { },
  mounted() { }
};
</script>  
<style></style>