Skip to content

Commit bf0f2e7

Browse files
spiritreePanJiaChen
authored andcommitted
fix dashboard button router-link bug
1 parent 2e9a3a8 commit bf0f2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/dashboard/editor/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<router-link class="pan-btn tiffany-btn" to="/example/form/edit">Form</router-link>
2828
</el-col>
2929
<el-col :span="4" class='text-center'>
30-
<router-link class="pan-btn yellow-btn" to="/example/form/edit">Theme</router-link>
30+
<router-link class="pan-btn yellow-btn" to="/theme/index">Theme</router-link>
3131
</el-col>
3232
</el-row>
3333

0 commit comments

Comments
 (0)