Component({ data: { }, properties: { typeStatisticsObj: { type: Object, value: {} }, type: { type: String, value: "issue" }, rightSwordVisible: { type: String, value: "hide" } }, lifetimes: { }, pageLifetimes: { }, methods: { navigateToCategoryList () { this.triggerEvent("navigateToCategoryList") } } })