| | |
| | | <script setup lang="ts"> |
| | | import { driver } from 'driver.js'; |
| | | import 'driver.js/dist/driver.css'; |
| | | import { onMounted, onUnmounted, reactive, ref } from 'vue'; |
| | | import { nextTick, onMounted, onUnmounted, reactive, ref } from 'vue'; |
| | | import waterBottom from './component/waterRight/bottom.vue'; |
| | | import waterCenter from './component/waterRight/center.vue'; |
| | | import waterTop from './component/waterRight/top.vue'; |
| | |
| | | //获取模版列表 |
| | | |
| | | const selectTagClick = (tag) => { |
| | | isFinishPromise?.then(() => { |
| | | nextTick(() => { |
| | | waterCenterRef.value.tagListClick(tag); |
| | | }); |
| | | }; |