升级element-plus到最新版本2.2.27

This commit is contained in:
RuoYi
2022-12-23 16:03:46 +08:00
parent d9451837df
commit 7c258f8e7e
5 changed files with 3 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ import useTagsViewStore from '@/store/modules/tagsView'
const tagAndTagSpacing = ref(4);
const { proxy } = getCurrentInstance();
const scrollWrapper = computed(() => proxy.$refs.scrollContainer.$refs.wrap$);
const scrollWrapper = computed(() => proxy.$refs.scrollContainer.$refs.wrapRef);
onMounted(() => {
scrollWrapper.value.addEventListener('scroll', emitScroll, true)