mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-20 04:05:35 +08:00
feat: integrate new component Tippy with demo (#5355)
* 添加新的工具提示组件Tippy
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user