1、引入vue
2、引入插件
3、通过vue.use()调用
例子:使用router插件
import Vue from "vue";
import VueRouter from "vue-router";
Vue.use(VueRouter);