export default { methods: { hoverTest(){ this.hoverTestText = 'ggg' }, hoverTestLeave(){ this.hoverTestText = 'broke' } } };