src_js/iconolab-bundle/src/components/cutout/index.js
author ymh <ymh.work@gmail.com>
Wed, 03 May 2017 15:09:11 +0200
changeset 496 2fa2d7d8a34f
parent 319 bca3e4b1d0f1
permissions -rw-r--r--
Added tag 0.0.25 for changeset df9ca34f2122


import CutoutVue from './Cutout.vue'

export default {

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