Skip to content

Commit 86d2ef4

Browse files
committed
🐛 fix examples
1 parent b8c82c0 commit 86d2ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/post-form/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var vm = new Vue({
66
"vue-form-generator": VueFormGenerator.component
77
},
88

9-
filters: {
9+
methods: {
1010
prettyJSON: function(json) {
1111
if (json) {
1212
json = JSON.stringify(json, undefined, 4);

0 commit comments

Comments
 (0)