Skip to content
Snippets Groups Projects
Commit bf0f2e7e authored by spiritree's avatar spiritree Committed by 花裤衩
Browse files

fix dashboard button router-link bug

parent 2e9a3a84
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment