UNPKG
enc-base
Version:
latest (1.0.1)
1.0.1
1.0.0
enc-base 核心组件.
enc-base
/
index.js
23 lines
(15 loc)
•
362 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/** * Created by Administrator on 2018/6/6. */
import routers
from
'./router'
const
plugin
= {
// 安装
install:
function
(
vue, router, store
)
{ router.
addRoutes
([{
path
:
'/ijiami-base/views'
,
component
: router.main,
children
: routers }]); } } export
default
plugin