mirror of
https://github.com/danbulant/nollup-apexcharts-bug
synced 2026-07-05 19:11:22 +00:00
15 lines
236 B
Svelte
15 lines
236 B
Svelte
<script>
|
|
import { url } from "@roxi/routify";
|
|
</script>
|
|
|
|
|
|
|
|
<div class="layout-container">
|
|
<div class="card">
|
|
<a href={$url('./grandchild')}>Grandchild</a>
|
|
|
|
<slot>
|
|
<!-- optional fallback -->
|
|
</slot>
|
|
</div>
|
|
</div>
|