随笔分类 -  结构

摘要:1.vue的install实现 核心是原型上添加方法/属性 class Store { static use (plugin, options) { plugin(this, options) return this } } const plugin1 = function (Store) { St 阅读全文
posted @ 2022-09-22 14:30 ABC君 阅读(83) 评论(0) 推荐(0)