fix: 打包后页面跳转问题

pull/2/head
xingyu 2022-12-19 10:13:09 +08:00
parent 6db1f77d13
commit 47beb13a58
1 changed files with 26 additions and 24 deletions

View File

@ -55,6 +55,7 @@ watch(
</script>
<template>
<div>
<router-link
:class="[
prefixCls,
@ -82,4 +83,5 @@ watch(
{{ title }}
</div>
</router-link>
</div>
</template>