We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f70de9 commit 0b1c36fCopy full SHA for 0b1c36f
README.md
@@ -50,17 +50,12 @@ https://github.com/icebob/vue-form-generator/archive/master.zip
50
</div>
51
</template>
52
53
-```
54
-```js
55
<script>
56
import VueFormGenerator from "vue-form-generator";
57
+Vue.use(VueFormGenerator);
+
58
export default {
59
- ...
60
- components: {
61
- VueFormGenerator: VueFormGenerator.component
62
- },
63
-
64
data: {
65
schema: { ... },
66
model:
@@ -76,7 +71,7 @@ export default {
76
71
validateAfterChanged: true
77
72
}
78
73
79
74
+}
80
75
</script>
81
```
82
0 commit comments