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.
2 parents 4e0207c + afecf4c commit 5fd509aCopy full SHA for 5fd509a
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