fix dashboard button router-link bug

This commit is contained in:
spiritree 2017-08-10 16:59:44 +08:00 committed by 花裤衩
parent 2e9a3a849b
commit bf0f2e7ee3

View file

@ -27,7 +27,7 @@
<router-link class="pan-btn tiffany-btn" to="/example/form/edit">Form</router-link>
</el-col>
<el-col :span="4" class='text-center'>
<router-link class="pan-btn yellow-btn" to="/example/form/edit">Theme</router-link>
<router-link class="pan-btn yellow-btn" to="/theme/index">Theme</router-link>
</el-col>
</el-row>