mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-15 14:50:29 +08:00
refactor: 重构国际化文件命名规范以及演示页加上代码位置提示
This commit is contained in:
@@ -13,6 +13,13 @@ defineOptions({
|
||||
<el-card shadow="never" class="mb-2">
|
||||
<template #header>
|
||||
<div class="card-header">组件方式判断权限</div>
|
||||
<el-link
|
||||
class="mt-2"
|
||||
href="https://github.com/pure-admin/vue-pure-admin/blob/main/src/views/permission/button/index.vue"
|
||||
target="_blank"
|
||||
>
|
||||
代码位置 src/views/permission/button/index.vue
|
||||
</el-link>
|
||||
</template>
|
||||
<el-space wrap>
|
||||
<Auth value="permission:btn:add">
|
||||
|
||||
Reference in New Issue
Block a user