docs(menu): change icon in router-link demo

This commit is contained in:
07akioni 2021-10-07 02:33:40 +08:00
parent f0de154b13
commit d50c408cd3
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import { defineComponent, h } from 'vue'
import { NIcon } from 'naive-ui'
import { RouterLink } from 'vue-router'
import {
DesktopOutline as WorkIcon,
LaptopOutline as WorkIcon,
LogOutOutline as HomeIcon
} from '@vicons/ionicons5'

View File

@ -11,7 +11,7 @@ import { defineComponent, h } from 'vue'
import { NIcon } from 'naive-ui'
import { RouterLink } from 'vue-router'
import {
DesktopOutline as WorkIcon,
LaptopOutline as WorkIcon,
LogOutOutline as HomeIcon
} from '@vicons/ionicons5'