refactor(project): remove the use of core internal bem syntax
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@ interface BasicOption {
|
||||
|
||||
interface SelectOption extends BasicOption {}
|
||||
|
||||
interface TabsOption extends BasicOption {}
|
||||
interface TabOption extends BasicOption {}
|
||||
|
||||
interface BasicUserInfo {
|
||||
/**
|
||||
@@ -30,4 +30,4 @@ interface BasicUserInfo {
|
||||
username: string;
|
||||
}
|
||||
|
||||
export type { BasicOption, BasicUserInfo, SelectOption, TabsOption };
|
||||
export type { BasicOption, BasicUserInfo, SelectOption, TabOption };
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import type { RouteLocationNormalized } from 'vue-router';
|
||||
|
||||
export type TabItem = RouteLocationNormalized;
|
||||
export type TabDefinition = RouteLocationNormalized;
|
||||
|
||||
Reference in New Issue
Block a user