UNPKG
enc-oauth
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
enc-oauth 核心组件.
enc-oauth
/
index.js
13 lines
(8 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
routes
from
'./router'
const
plugin = {
// 安装
install :
function
(
vue,router,store
){ router.
addRoutes
(routes); } }
export
default
plugin