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
@@ -46,8 +46,8 @@ export default createComponent({
setup(props, { emit }) {
const [visible, setVisible] = useToggle();
const daysRef = ref(null);
const monthRef = ref(null);
const daysRef = ref();
const monthRef = ref();
const title = computed(() => formatMonthTitle(props.date));