src_js/iconolab-bundle/src/components/cutout/index.js
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 20 Feb 2017 23:54:09 +0100
changeset 329 3d9fc1b920ec
parent 319 bca3e4b1d0f1
permissions -rw-r--r--
Remove useless component.


import CutoutVue from './Cutout.vue'

export default {

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