fix: 打包后页面跳转问题
parent
6db1f77d13
commit
47beb13a58
|
@ -55,6 +55,7 @@ watch(
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<router-link
|
||||
:class="[
|
||||
prefixCls,
|
||||
|
@ -82,4 +83,5 @@ watch(
|
|||
{{ title }}
|
||||
</div>
|
||||
</router-link>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue