main.js 97 B

12345
  1. import Vue from 'vue'
  2. import Comment from './Comment'
  3. const app = new Vue(Comment)
  4. app.$mount()