src_js/iconolab-bundle/src/components/cutout/index.js
author duong tam kien <tk@deveha.com>
Tue, 14 Mar 2017 16:13:32 +0100
changeset 429 5dca2c00a4f8
parent 319 bca3e4b1d0f1
permissions -rw-r--r--
simplifies homepage behavior


import CutoutVue from './Cutout.vue'

export default {

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