DisplayBrtdcr.vue 233 Bytes
<template>
  <Brtdcr></Brtdcr>
</template>
<script>
import Brtdcr from "~/page/Lc/Brtdcr/views";

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