import CutoutVue from './Cutout.vue' export default { init: function () { return new Vue(CutoutVue); } }