UNPKG
address-client-xianyang
Version:
latest (3.0.35)
3.0.35
3.0.34
3.0.33
3.0.32
3.0.31
3.0.30
3.0.29
3.0.28
3.0.28-cr
3.0.27
3.0.27-cr
3.0.26
3.0.26-cr
3.0.25
3.0.24
3.0.23-26
3.0.23-25
3.0.23-24
3.0.23-23
3.0.23-22
3.0.23-21
3.0.23-20
3.0.23-19
3.0.23-18
3.0.23-17
3.0.23-16
3.0.23-15
地址管理前台组件
address-client-xianyang
/
examples
/
showAdd
/
main.js
14 lines
(11 loc)
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
Vue
from
'vue'
import
App
from
'./App'
import
{ all }
from
'vue-client'
// 调用全局配置
all
()
require
(
'../../src/bootstrap/less/bootstrap.less'
)
/* eslint-disable no-new */
new
Vue
({
el
:
'body'
,
components
: {
App
} })