fix(Image): loading placeholder not work

This commit is contained in:
chenjiahan
2020-08-26 16:24:02 +08:00
parent eb0cc05b12
commit c720eea831
6 changed files with 14 additions and 15 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ export default createComponent({
},
setup(props, { slots }) {
const wrapperRef = ref(null);
const contentRef = ref(null);
const wrapperRef = ref();
const contentRef = ref();
const { parent, index } = useParent(COLLAPSE_KEY);
const currentName = computed(() =>