tnantoka/plate

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

Summary

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

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