feat: improve tippy demo (#5357)

This commit is contained in:
Netfan
2025-01-11 20:42:38 +08:00
committed by GitHub
parent a2637313f8
commit cb9c8db5ba
3 changed files with 191 additions and 113 deletions

View File

@@ -253,7 +253,7 @@ const routes: RouteRecordRaw[] = [
path: '/examples/tippy',
component: () => import('#/views/examples/tippy/index.vue'),
meta: {
icon: 'material-symbols:chat-bubble',
icon: 'mdi:message-settings-outline',
title: 'Tippy',
},
},