diff -r 33522d51b9dd -r bca3e4b1d0f1 src_js/iconolab-bundle/src/components/cutout/index.js --- a/src_js/iconolab-bundle/src/components/cutout/index.js Thu Feb 09 16:19:24 2017 +0100 +++ b/src_js/iconolab-bundle/src/components/cutout/index.js Thu Feb 09 16:57:05 2017 +0100 @@ -4,6 +4,6 @@ export default { init: function () { - new Vue(CutoutVue); + return new Vue(CutoutVue); } -} \ No newline at end of file +}