1
2 import CutoutVue from './Cutout.vue'
3
4 export default {
5
6 init: function () {
7 new Vue(CutoutVue);
8 }
9 }