src_js/iconolab-bundle/src/components/cutout/index.js
author durandn
Thu, 06 Oct 2016 15:07:50 +0200
changeset 212 1c7cce196665
parent 146 f912b591e1c1
child 319 bca3e4b1d0f1
permissions -rw-r--r--
Added complete_description attribute to Collection for homepage #12 + Vue.js components to handle display and sart to harmonize javascript


import CutoutVue from './Cutout.vue'

export default {

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