fix: 🐛 修复自定义指令小程序编译报错

This commit is contained in:
ray
2024-11-22 00:08:08 +08:00
parent 8971488bc7
commit 8d2014f5a9

View File

@@ -6,7 +6,7 @@
<wd-grid-item
v-for="(child, index) in item.children"
:key="index"
v-has-perm="child.prem"
:v-has-perm="child.prem"
use-slot
link-type="navigateTo"
:url="child.url"