code.js 58 B

1234567
  1. const app = new Vue({
  2. el: '#root',
  3. data: {
  4. },
  5. });