src_js/iconolab-bundle/src/components/cutout/index.js
author duong tam kien <tk@deveha.com>
Tue, 28 Feb 2017 16:49:14 +0100
changeset 401 323fe141893c
parent 319 bca3e4b1d0f1
permissions -rw-r--r--
conjugaison française


import CutoutVue from './Cutout.vue'

export default {

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