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