1 changed files with
26 additions and
24 deletions
|
|
|
@ -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>
|
|
|
|
|