@@ -34,7 +34,6 @@
:to="val.path"
:title="getCurrentLocaleLang() === 'zh_CN' ? val.title : val.enName"
rounded="shaped"
- :value="val.path"
></v-list-item>
</v-list-group>
</template>
@@ -83,6 +82,7 @@ const getList = (arr, obj = []) => {
}
return obj
+
</script>
<style scoped lang="scss">