Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
ufo-platform-fe
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2018-11-22 10:34:05 +0800
Commit
9ada63bd67f1824f6296ff1f7bb2641a27e247ee
1 parent
cbd79706
commit
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
15 deletions
src/views/components/drag-file-upload.vue → src/components/drag-file-upload.vue
src/views/components/image-purview.vue → src/components/image-purview.vue
src/router.js
src/vendors.js
src/
views/
components/drag-file-upload.vue → src/components/drag-file-upload.vue
View file @
9ada63b
src/
views/
components/image-purview.vue → src/components/image-purview.vue
View file @
9ada63b
src/router.js
deleted
100644 → 0
View file @
cbd7970
const
routers
=
[{
path
:
'/'
,
meta
:
{
title
:
''
},
component
:
(
resolve
)
=>
require
([
'./views/index.vue'
],
resolve
)
}];
export
default
routers
;
\ No newline at end of file
src/vendors.js
deleted
100644 → 0
View file @
cbd7970
import
Vue
from
'vue'
;
import
iView
from
'iview'
;
import
axios
from
'axios'
;
import
Vuex
from
'vuex'
;
import
Cookies
from
'js-cookie'
;
import
clipboard
from
'clipboard'
;
\ No newline at end of file
Please
register
or
login
to post a comment