delete eslint&vue-meta

This commit is contained in:
RuoYi
2025-05-15 09:14:02 +08:00
parent f8a918c62c
commit fbd5052f99
15 changed files with 24 additions and 247 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