Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2022-01-26 16:34:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a30cdfe7b2a4a4bcae66c84eac8dd23a6868e9f7
a30cdfe7
1 parent
15fee510
bug修正
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
src/main.js
src/main.js
View file @
a30cdfe
...
...
@@ -11,7 +11,6 @@ import App from './App'
import
store
from
'./store'
import
router
from
'./router'
import
permission
from
'./directive/permission'
import
i18n
from
'./i18n/index'
import
'./assets/icons'
// icon
import
'./permission'
// permission control
...
...
@@ -73,6 +72,5 @@ new Vue({
el
:
'#app'
,
router
,
store
,
i18n
,
render
:
h
=>
h
(
App
)
})
...
...
Please
register
or
login
to post a comment