Skip to content

插件系统

  1. Vue 的插件系统是 Vue 的核心功能之一,用于扩展 Vue 的功能
  2. Vue 的插件可以通过 Vue.use() 方法注册,也可以在 Vue 实例的 options 选项中定义
  3. Vue 的插件可以用于扩展 Vue 的全局方法、指令、过滤器、组件等

Released under the MIT License.