import ma from './src/$ma/index'; const install = (app) => { app.config.globalProperties.$ma = ma; } export default { install }