fix: use tabs warn

This commit is contained in:
xingyu4j
2025-11-07 15:13:34 +08:00
parent 5f071c20f3
commit d7e585641f
3 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ export interface VbenButtonProps {
/**
* Change the default rendered element for the one passed as a child, merging their props and behavior.
*
* Read our [Composition](https://www.radix-vue.com/guides/composition.html) guide for more details.
* Read our [Composition](https://www.reka-vue.com/guides/composition.html) guide for more details.
*/
asChild?: boolean;
class?: any;

View File

@@ -59,7 +59,7 @@ export function useTabsViewScroll(props: TabsProps) {
}
const viewportEl = scrollbarEl?.querySelector(
'div[data-radix-scroll-area-viewport]',
'div[data-reka-scroll-area-viewport]',
);
scrollViewportEl.value = viewportEl;