src_js/iconolab-bundle/src/components/cutout/index.js
author durandn
Mon, 12 Dec 2016 17:27:33 +0100
changeset 282 7204cfdde3be
parent 146 f912b591e1c1
child 319 bca3e4b1d0f1
permissions -rw-r--r--
Added a readonly view for annotation detail that doesn't display comments and edit links + added a link to that view from the admin interface


import CutoutVue from './Cutout.vue'

export default {

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