This website works better with JavaScript
Home
Explore
Help
Register
Sign In
zdm
/
sr-publicServicePlatform
Watch
1
Star
0
Fork
0
Files
Tree:
801f4fb151
Branches
Tags
master
sr-publicSer...
/
page
/
mine
/
js
/
personal-info.js
personal-info.js
86 B
History
Raw
1
2
3
4
5
6
7
8
9
10
11
new Vue({
el: "#app",
data: {
},
mounted: function() {
},
methods: {
}
});