Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
electronic-publication
·
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
shuaiguo
2020-05-13 16:45:40 +0800
Commit
5fe3d14bc2c83402cd9a07d18afadd9bb2d49b40
1 parent
aca5c58a
移除兼容测试
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
src/main.js
src/main.js
View file @
5fe3d14
import
Vue
from
'vue'
import
App
from
'./App.vue'
import
router
from
'./router'
import
dummy
from
'../public/yohowebtech.superfile'
Vue
.
config
.
productionTip
=
false
new
Vue
({
dummy
,
router
,
render
:
h
=>
h
(
App
),
}).
$mount
(
'#app'
)
...
...
Please
register
or
login
to post a comment