摘要: Vue全局弹窗 今天来搞一个全局弹窗,不用每个文件都引入,只在main.js里作为全局原型引入就好了 先新建弹窗组件 toast.vue <template></template> <script> export default { toast(text) { this.text = text; v 阅读全文
posted @ 2021-07-20 14:28 神王·德莱厄斯 阅读(1044) 评论(0) 推荐(0)