src_js/iconolab-bundle/src/components/cutout/index.js
author duong tam kien <tk@deveha.com>
Thu, 11 May 2017 15:45:08 +0200
changeset 501 fc3df41fb607
parent 319 bca3e4b1d0f1
permissions -rw-r--r--
adds wireframes to the repo (11.05.2017)


import CutoutVue from './Cutout.vue'

export default {

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