src_js/iconolab-bundle/src/components/cutout/index.js
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 20 Feb 2017 17:29:55 +0100
changeset 323 55c024fc7c60
parent 319 bca3e4b1d0f1
permissions -rw-r--r--
Roughly implement annotation navigator.


import CutoutVue from './Cutout.vue'

export default {

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