We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c82c0 commit 86d2ef4Copy full SHA for 86d2ef4
examples/post-form/main.js
@@ -6,7 +6,7 @@ var vm = new Vue({
6
"vue-form-generator": VueFormGenerator.component
7
},
8
9
- filters: {
+ methods: {
10
prettyJSON: function(json) {
11
if (json) {
12
json = JSON.stringify(json, undefined, 4);
0 commit comments