Fix small devices layout
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
declare const _default: import("vue").DefineComponent<{
|
||||
total: {
|
||||
type: NumberConstructor;
|
||||
default: number;
|
||||
};
|
||||
href: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
||||
total: {
|
||||
type: NumberConstructor;
|
||||
default: number;
|
||||
};
|
||||
href: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
}>>, {
|
||||
href: string;
|
||||
total: number;
|
||||
}, {}>;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user