feat: integrate new component Tippy with demo (#5355)

* 添加新的工具提示组件Tippy
This commit is contained in:
Netfan
2025-01-11 17:35:59 +08:00
committed by GitHub
parent 467689525f
commit a2637313f8
12 changed files with 462 additions and 1 deletions

View File

@@ -248,6 +248,15 @@ const routes: RouteRecordRaw[] = [
title: $t('examples.layout.col-page'),
},
},
{
name: 'TippyDemo',
path: '/examples/tippy',
component: () => import('#/views/examples/tippy/index.vue'),
meta: {
icon: 'material-symbols:chat-bubble',
title: 'Tippy',
},
},
],
},
];