tnantoka/plate

View on GitHub
test/fixtures/compiled/hello/app.js

Summary

Maintainability
A
0 mins
Test Coverage
var app = new Vue({
  el: '#app',
  data: data,

  ready: function() {
    prettyPrint();
  },

  methods: {
    alert: function(message) {
      alert(message);
    },
  },
});