Return Vue.js instance.
authorAlexandre Segura <mex.zktk@gmail.com>
Thu, 09 Feb 2017 16:57:05 +0100
changeset 319 bca3e4b1d0f1
parent 318 33522d51b9dd
child 320 81945eedc63f
Return Vue.js instance.
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
+}