src_js/iconolab-bundle/src/components/cutout/index.js
author ymh <ymh.work@gmail.com>
Mon, 20 Mar 2017 14:22:47 +0100
changeset 452 06444279ec37
parent 319 bca3e4b1d0f1
permissions -rw-r--r--
prepare version 0.0.23


import CutoutVue from './Cutout.vue'

export default {

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