src_js/iconolab-bundle/src/components/cutout/index.js
author ymh <ymh.work@gmail.com>
Tue, 02 May 2017 17:27:58 +0200
changeset 489 0d0e39e9c37c
parent 319 bca3e4b1d0f1
permissions -rw-r--r--
Prepare version 0.0.24


import CutoutVue from './Cutout.vue'

export default {

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