# HG changeset patch # User Alexandre Segura # Date 1486655825 -3600 # Node ID bca3e4b1d0f124dcf24a164264661294de32204c # Parent 33522d51b9dd3308429eedf1eea6a2cad9da716b Return Vue.js instance. 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 +}