ReviewBctdav.vue 346 Bytes
Newer Older
liaoxing committed
1 2
<template>
  <ReviewWrapper>
liaoxing committed
3
    <Bctdav></Bctdav>
liaoxing committed
4 5 6 7
  </ReviewWrapper>
</template>

<script>
liaoxing committed
8
import bctdav from "~/business/bctrad/views";
liaoxing committed
9 10 11
import { ReviewWrapper } from "~/components/gj-common.min.js";

export default {
liaoxing committed
12 13
  name: "ReviewBctrad",
  components: { ReviewWrapper, Bctdav },
liaoxing committed
14 15 16 17 18 19
  created() {},
  mounted() {},
};
</script>

<style></style>