Component({ options: { addGlobalClass: true }, properties: { info: { type: Object }, }, data: { }, attached: function () { }, methods: { setMark(e){ this.triggerEvent('setMark',e) } } })