1
0
forked from ruoyi/RuoYi-Vue

delete eslint

This commit is contained in:
RuoYi
2025-05-15 08:13:34 +08:00
parent 9f39dfd0c1
commit fe0c1fcb5b
9 changed files with 2 additions and 234 deletions

View File

@@ -17,7 +17,7 @@ const install = function(Vue) {
if (window.Vue) {
window['hasRole'] = hasRole
window['hasPermi'] = hasPermi
Vue.use(install) // eslint-disable-line
Vue.use(install)
}
export default install