mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-11 23:45:36 -04:00
implement basic placeholder announcement
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
Welcome to Mealie! This is a placeholder test announcement.
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import type { AnnouncementMeta } from "~/composables/use-announcements";
|
||||
|
||||
export const meta: AnnouncementMeta = {
|
||||
title: "Placeholder Title",
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user