UNPKG
lsbc-upload-batch
Version:
latest (1.0.11)
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
深圳市蓝色冰川教育科技有限公司
github.com/ZhouWeicheng90/lsbc-upload-batch
ZhouWeicheng90/lsbc-upload-batch
lsbc-upload-batch
/
src
/
components
/
index.js
7 lines
(5 loc)
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
Vue
from
'vue'
import
upload
from
'./qiniuUpload'
Vue
.
component
(
'ImgSelect'
,
() =>
import
(
'./ImgSelect'
))
console
.
log
(
'this is a test !! by lsbc zhou weicheng '
)
export
default
upload;