mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-20 16:16:37 +08:00
chore: 构建目录
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import hasRole from './permission/hasRole'
|
||||
import hasPermi from './permission/hasPermi'
|
||||
// import copyText from './common/copyText'
|
||||
|
||||
export default function directive(app){
|
||||
app.directive('hasRole', hasRole)
|
||||
app.directive('hasPer', hasPermi)
|
||||
// app.directive('copyText', copyText)
|
||||
}
|
||||
Reference in New Issue
Block a user