<script setup lang='ts'>
import {
ref,Directive, watchEffect } from "vue"
/**
* Implement the custom directive
* Make sure the list item text color changes to red when the `toggleTab` is toggled
*
*/
const VActiveStyle:Directive = {
mounted(el,binding){
const [styleObject, conditionFn] = binding
激活的样式-指令
最新推荐文章于 2026-06-22 22:05:57 发布


3410





