摘要: ###vue2.x 通用写法: ... this.$message({ type: 'success', message: '删除成功' }) ... ###vue composition API 写法: ... setup(props, ctx) { ... const { $message } 阅读全文
posted @ 2020-10-25 21:10 Leophen 阅读(1048) 评论(2) 推荐(0) 编辑