We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0207c commit afecf4cCopy full SHA for afecf4c
src/widgets/ui/page-header/page-header.vue
@@ -3,7 +3,7 @@ import { IconSvg } from "~/src/shared/ui";
3
4
type Props = {
5
title?: string;
6
- buttonTitle: string;
+ buttonTitle?: string;
7
};
8
9
type Emits = {
0 commit comments