forked from AkkomaGang/admin-fe
fix dashboard button router-link bug
This commit is contained in:
parent
2e9a3a849b
commit
bf0f2e7ee3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue