From ea9c95be371c94a3329bc2af3a8b336eb409a888 Mon Sep 17 00:00:00 2001 From: spiritree <spiritreess@gmail.com> Date: Thu, 10 Aug 2017 16:59:44 +0800 Subject: [PATCH] fix dashboard button router-link bug --- src/views/dashboard/editor/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/editor/index.vue b/src/views/dashboard/editor/index.vue index 98797dc3..f88f5c85 100644 --- a/src/views/dashboard/editor/index.vue +++ b/src/views/dashboard/editor/index.vue @@ -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>