| changeset 319 | bca3e4b1d0f1 |
| parent 146 | f912b591e1c1 |
--- 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 +}