mirror of
https://github.com/zoriya/vex.git
synced 2026-08-16 02:44:55 +00:00
Bonjour sveltekit
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
<script lang="ts">
|
||||
let count: number = 0;
|
||||
const increment = () => {
|
||||
count += 1;
|
||||
};
|
||||
</script>
|
||||
|
||||
<button on:click={increment}>
|
||||
count is {count}
|
||||
</button>
|
||||
@@ -0,0 +1 @@
|
||||
// place files you want to import through the `$lib` alias in this folder.
|
||||
Reference in New Issue
Block a user