src_js/iconolab-bundle/src/components/cutout/index.js
author durandn
Fri, 09 Dec 2016 14:40:56 +0100
changeset 272 c838f9ee207a
parent 146 f912b591e1c1
child 319 bca3e4b1d0f1
permissions -rw-r--r--
Fixed error with admin notifications on relevant metacategories


import CutoutVue from './Cutout.vue'

export default {

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