<template> <div> <span @mouseover="hover = true" @mouseleave="hover = false" :class="{ active: hover }" > Hover me to change the background!
確定! 回上一頁