改进 圆角
This commit is contained in:
parent
853ba38454
commit
5ac089307a
@ -14,6 +14,7 @@
|
||||
<v-list density="compact" nav>
|
||||
<template v-for="item in items">
|
||||
<v-list-item
|
||||
rounded="xl"
|
||||
:prepend-icon="item.icon"
|
||||
:title="item.text"
|
||||
:value="item.text"
|
||||
@ -47,8 +48,8 @@ const drawer = ref(false);
|
||||
|
||||
const items = [
|
||||
{ icon: "mdi-home", text: "首页", to: { name: "home" } },
|
||||
{ icon: "mdi-home", text: "资料库", to: { name: "libraries" } },
|
||||
{ icon: "mdi-history", text: "Frequently contacted", to: "/documents" },
|
||||
{ icon: "mdi-content-copy", text: "login", to: "/auth/login" },
|
||||
];
|
||||
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user