mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-14 08:10:53 +08:00
refactor(project): remove the use of core internal bem syntax
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
import type { TabsOption } from '@vben/types';
|
||||
import type { TabOption } from '@vben/types';
|
||||
|
||||
import { computed } from 'vue';
|
||||
|
||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from '@vben-core/shadcn-ui';
|
||||
|
||||
interface Props {
|
||||
tabs: TabsOption[];
|
||||
tabs: TabOption[];
|
||||
}
|
||||
|
||||
defineOptions({
|
||||
|
||||
Reference in New Issue
Block a user