fix dashboard button router-link bug
This commit is contained in:
parent
2e9a3a849b
commit
bf0f2e7ee3
|
@ -27,7 +27,7 @@
|
||||||
<router-link class="pan-btn tiffany-btn" to="/example/form/edit">Form</router-link>
|
<router-link class="pan-btn tiffany-btn" to="/example/form/edit">Form</router-link>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="4" class='text-center'>
|
<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-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue