简写directive,鉴权指令
摘要:
<template> <button v-has-show="'add'">创建</button> <button v-has-show="'delete'">删除</button> </template> <script setup lang='ts'> import type { Directi 阅读全文
posted @ 2025-02-08 17:05 ChoZ 阅读(2) 评论(0) 推荐(0) 编辑