import tab from './tab' import auth from './auth' import cache from './cache' import modal from './modal' // import download from './download' export default function installPlugins(app){ // é¡µç¾æ“作 app.config.globalProperties.$tab = tab // 认è¯å¯¹è±¡ app.config.globalProperties.$auth = auth // 缓å˜å¯¹è±¡ app.config.globalProperties.$cache = cache // æ¨¡æ€æ¡†å¯¹è±¡ app.config.globalProperties.$modal = modal // 下载文件 // app.config.globalProperties.$download = download }