src_js/iconolab-bundle/src/components/cutout/index.js
author durandn
Tue, 06 Dec 2016 14:11:11 +0100
changeset 262 f5f54b075813
parent 146 f912b591e1c1
child 319 bca3e4b1d0f1
permissions -rw-r--r--
fixed template error resulting in annotations list being hidden


import CutoutVue from './Cutout.vue'

export default {

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