g2CiYunTu.vue 362 B

12345678910111213141516
  1. <template>
  2. <a-row :gutter="[10, 10]">
  3. <a-col :span="12">
  4. <a-card title="基础词云图" :bordered="false">
  5. <CiYunTu01 />
  6. </a-card>
  7. </a-col>
  8. <a-col :span="12">
  9. <a-card title="词云图-每次渲染保持位置不变" :bordered="false">
  10. <CiYunTu02 />
  11. </a-card>
  12. </a-col>
  13. </a-row>
  14. </template>
  15. <script setup name="g2CiYunTu"></script>