93186b45 by 焦小希

增加页面

1 parent 38747732
1 var self = new Vue({
2 el:'#app',
3 data(){
4 return {}
5 },
6 })
...\ No newline at end of file ...\ No newline at end of file
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <title>案件查处代办</title>
6 <script src="/frontweb/common/js/config.js"></script>
7 <script src="/frontweb/libs/vue/vue.js"></script>
8 <script src="/frontweb/libs/element/index.js"></script>
9 <script src="/frontweb/libs/axios/axios.min.js"></script>
10 </head>
11 <body>
12 <div id="app">
13 <div >
14 <el-button>123</el-button>
15 </div>
16 </div>
17 <script src="./js/widget.js"></script>
18 </body>
19 </html>
...\ No newline at end of file ...\ No newline at end of file