Browse Source

Image: fix scroll-container type restrict (#15277)

Simona 6 years ago
parent
commit
4cb307441a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/image/src/main.vue

+ 1 - 1
packages/image/src/main.vue

@@ -30,7 +30,7 @@
       src: String,
       fit: String,
       lazy: Boolean,
-      scrollContainer: [String, HTMLElement],
+      scrollContainer: {},
       alt: String
     },