Skip to content

Commit 3797063

Browse files
committed
refactor!: rename to AppAnnouncement
1 parent 7319a6e commit 3797063

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

playground/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const clickToast = () => {
3737
<!-- Accessibility -->
3838
<NuxtRouteAnnouncer />
3939

40-
<AppAnnouncementBar
40+
<AppAnnouncement
4141
v-if="nuxtifyConfig.announcement?.show"
4242
class="d-print-none"
4343
/>
File renamed without changes.

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export interface ModuleOptions {
8383
policies?: PoliciesOptions
8484

8585
/**
86-
* Announcement banner options
86+
* Announcement options
8787
*/
8888
announcement?: {
8989
show?: boolean

0 commit comments

Comments
 (0)