DisplayLitzsq.vue 228 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<template>
  <Litzsq></Litzsq>
</template>
<script>
import Litzsq from "~/page/Lc/Litzsq/views";

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