Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Yasset Perez
pride-web
Commits
6077e06e
Commit
6077e06e
authored
Sep 12, 2018
by
shabai517
Browse files
add store scheme for baseApiURL
parent
a979cc11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/main.js
src/main.js
+2
-0
No files found.
src/main.js
View file @
6077e06e
...
...
@@ -3,6 +3,7 @@
import
Vue
from
'
vue
'
import
App
from
'
./App
'
import
router
from
'
./router
'
import
store
from
'
./store/store.js
'
import
iView
from
'
iview
'
;
import
locale
from
'
iview/dist/locale/en-US
'
;
import
'
./assets/my-theme/index.less
'
;
...
...
@@ -50,6 +51,7 @@ new Vue({
el
:
'
#app
'
,
router
,
template
:
'
<App/>
'
,
store
,
data
:{
bus
},
components
:
{
App
}
})
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment