feat: 添加防抖、截流、复制自定义指令使用示例

This commit is contained in:
xiaoxian521
2023-06-12 21:11:31 +08:00
parent 3fd9b15698
commit aec2a35424
5 changed files with 129 additions and 1 deletions

View File

@@ -10,6 +10,15 @@ export default {
rank: able
},
children: [
{
path: "/able/directives",
name: "Directives",
component: () => import("@/views/able/directives.vue"),
meta: {
title: $t("menus.hsOptimize"),
extraIcon: "IF-pure-iconfont-new svg"
}
},
{
path: "/able/watermark",
name: "WaterMark",