src_js/iconolab-bundle/src/components/cutout/index.js
author ymh <ymh.work@gmail.com>
Wed, 31 Aug 2016 18:22:29 +0200
changeset 163 d52514d4908c
parent 146 f912b591e1c1
child 319 bca3e4b1d0f1
permissions -rw-r--r--
Added tag 0.0.1 for changeset f014c1593ade


import CutoutVue from './Cutout.vue'

export default {

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