mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/ChangelogEntryWrapper: use OuterLink component for links
This commit is contained in:
parent
dd16fb65cf
commit
0391ac7230
1 changed files with 8 additions and 3 deletions
|
@ -1,9 +1,14 @@
|
|||
<!-- Workaround for https://github.com/pngwn/MDsveX/issues/116 -->
|
||||
<script lang="ts" context="module">
|
||||
import a from "./OuterLink.svelte";
|
||||
export { a };
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
import ChangelogEntry from "./ChangelogEntry.svelte";
|
||||
export let version = "";
|
||||
export let title = "";
|
||||
export let date = "";
|
||||
export let version = '';
|
||||
export let title = '';
|
||||
export let date = '';
|
||||
export let banner = undefined;
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue