Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8dc0ea2c
authored
2019-12-07 18:31:25 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
86df2077
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/main.js
src/main.js
View file @
8dc0ea2
...
...
@@ -53,5 +53,8 @@ new Vue({
render
:
h
=>
h
(
App
),
mounted
:
()
=>
{
document
.
dispatchEvent
(
new
Event
(
'render-event'
));
},
data
:
{
bus
:
new
Vue
()
}
}).
$mount
(
'#app'
)
...
...
Please
register
or
sign in
to post a comment