export default definePlugin({ install(app: VueApp, a ?: boolean) { app.config.globalProperties.plugin1 = '通过字面量方式创建的 plugin' } })