ThinkChat3.0新版上线,打造企业超级智能体和OPC神器,直接交付工作成果而非仅仅是给出答案,送30W Token,即刻开启你的AI之旅 广告
[TOC] ## v-hover 示例1 ``` <v-hover open-delay="200"> <template v-slot:default="{isHovering,props}"> <v-card v-bind="props" :color="isHovering?'red':'white'"> <v-card-text> adadas </v-card-text> </v-card> </template> </v-hover> ```