We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa1dee commit 651b969Copy full SHA for 651b969
README.md
@@ -22,6 +22,14 @@ $ npm install vue-imagefill
22
import Vue from 'vue'
23
import vueImagefill from 'vue-imagefill'
24
Vue.use(vueImagefill)
25
+
26
+export default {
27
+ data () {
28
+ return {
29
+ img: require('~/assets/images/text.jpg')
30
+ }
31
32
+}
33
```
34
35
```style
@@ -33,4 +41,9 @@ Vue.use(vueImagefill)
41
img {
42
width: 100%;
43
}
36
-```
44
+```
45
+## Options
46
+|directives|description|default|options|
47
+|:---|---|---|---|
48
+| `v-flex`|image scaling|`1`|`Number`|
49
+| `v-center`|image src or none| | |
0 commit comments