src_js/iconolab-bundle/src/components/cutout/index.js
author Alexandre Segura <mex.zktk@gmail.com>
Tue, 02 May 2017 14:25:03 +0200
changeset 488 a16f95a4aefd
parent 319 bca3e4b1d0f1
permissions -rw-r--r--
Compile assets for production.


import CutoutVue from './Cutout.vue'

export default {

		init: function () {
			return new Vue(CutoutVue);
		}
}