mirror of
https://github.com/danbulant/nollup-apexcharts-bug
synced 2026-07-04 18:40:52 +00:00
16 lines
No EOL
307 B
Svelte
16 lines
No EOL
307 B
Svelte
<script>
|
|
import { url } from '@roxi/routify'
|
|
</script>
|
|
|
|
<p>V1 has three files, which can be seen in the links below </p>
|
|
|
|
|
|
<a href={$url('./feature1')}>Feature 1</a> |
|
|
<a href={$url('./feature2')}>Feature 2</a> |
|
|
<a href={$url('./feature3')}>Feature 3</a>
|
|
|
|
|
|
|
|
<slot>
|
|
<!-- optional fallback -->
|
|
</slot> |