Skip to content

Commit

Permalink
🐛 fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Dec 12, 2016
1 parent b8c82c0 commit 86d2ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/post-form/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var vm = new Vue({
"vue-form-generator": VueFormGenerator.component
},

filters: {
methods: {
prettyJSON: function(json) {
if (json) {
json = JSON.stringify(json, undefined, 4);
Expand Down

0 comments on commit 86d2ef4

Please sign in to comment.