src_js/iconolab-bundle/src/components/cutout/index.js
changeset 146 f912b591e1c1
child 319 bca3e4b1d0f1
--- /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