src_js/iconolab-bundle/src/components/cutout/index.js
author ymh <ymh.work@gmail.com>
Wed, 24 May 2017 16:55:48 +0200
changeset 527 b56b0a4760f2
parent 319 bca3e4b1d0f1
permissions -rw-r--r--
Increment version to 0.27


import CutoutVue from './Cutout.vue'

export default {

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