mirror of
https://github.com/yangzongzhuan/RuoYi-Vue.git
synced 2025-11-10 03:09:26 +00:00
remove all semicolons
This commit is contained in:
@@ -8,7 +8,7 @@ import store from '@/store'
|
||||
export default {
|
||||
inserted(el, binding, vnode) {
|
||||
const { value } = binding
|
||||
const super_admin = "admin";
|
||||
const super_admin = "admin"
|
||||
const roles = store.getters && store.getters.roles
|
||||
|
||||
if (value && value instanceof Array && value.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user