record.js 85 B

12345678910
  1. new Vue({
  2. el: "#app",
  3. data: {
  4. },
  5. mounted: function() {},
  6. methods: {
  7. }
  8. });