升级element-plus到最新版本1.2.0-beta.6
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
const tagAndTagSpacing = ref(4);
|
||||
const { proxy } = getCurrentInstance();
|
||||
|
||||
const scrollWrapper = computed(() => proxy.$refs.scrollContainer.$refs.wrap);
|
||||
const scrollWrapper = computed(() => proxy.$refs.scrollContainer.$refs.wrap$);
|
||||
|
||||
onMounted(() => {
|
||||
scrollWrapper.value.addEventListener('scroll', emitScroll, true)
|
||||
|
Reference in New Issue
Block a user