1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-10 12:50:38 +08:00

update app.js

This commit is contained in:
lei.jiang 2018-06-29 19:18:14 +08:00
parent b3b5e500d2
commit a8b998170b

View File

@ -1,6 +1,6 @@
<template> <template>
<div id="app"> <div id="app">
<router-view> </router-view> <router-view></router-view>
</div> </div>
</template> </template>