2022年9月27日

Vue.use

摘要: Vue.use(plugin: Object|Function) 当plugin是Object时,会找plugin中的install方法(plugin对象中必须提供install方法),再自动传入参数Vue,并执行该install方法 当plugin是Function时,会自动传入参数Vue,并执行 阅读全文

posted @ 2022-09-27 21:42 In-6026 阅读(43) 评论(0) 推荐(0)

导航