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
+1 -1
View File
@@ -48,7 +48,7 @@ export default createComponent({
emits: ['change', 'confirm'],
setup(props, { emit, slots }) {
const pickerRef = ref(null);
const pickerRef = ref();
const state = reactive({
code: props.value,