mirror of
https://github.com/LukeHagar/svelte-min-repro.git
synced 2025-12-06 12:47:48 +00:00
Update +page.svelte
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<script lang="ts">
|
||||
<script>
|
||||
// Docs
|
||||
import DocsShell from '$lib/DocsShell.svelte';
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
'December'
|
||||
];
|
||||
|
||||
let index: any;
|
||||
let indexValue: any;
|
||||
let index;
|
||||
let indexValue;
|
||||
</script>
|
||||
|
||||
<Counter bind:index bind:currentValue={indexValue} values={monthValues} />
|
||||
|
||||
Reference in New Issue
Block a user