- <template>
- <div id="RQ_FengXianJianCe"></div>
- </template>
- <script setup name="RQ_FengXianJianCe">
- import { ref, reactive, toRefs, onMounted } from "vue";
- const AllData = reactive({});
- onMounted(() => {});
- </script>
- <style lang="scss" scoped>
- #RQ_FengXianJianCe {
- width: 100%;
- height: 100%;
- }
- </style>