diff -r de5736883786 -r f912b591e1c1 src_js/iconolab-bundle/src/components/cutout/index.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src_js/iconolab-bundle/src/components/cutout/index.js Fri Aug 19 19:04:26 2016 +0200 @@ -0,0 +1,9 @@ + +import CutoutVue from './Cutout.vue' + +export default { + + init: function () { + new Vue(CutoutVue); + } +} \ No newline at end of file