mirror of
https://github.com/zoriya/vex.git
synced 2026-08-16 02:44:55 +00:00
got biomed
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<script lang="ts">
|
||||
let count: number = 0
|
||||
const increment = () => {
|
||||
count += 1
|
||||
}
|
||||
let count: number = 0;
|
||||
const increment = () => {
|
||||
count += 1;
|
||||
};
|
||||
</script>
|
||||
|
||||
<button on:click={increment}>
|
||||
|
||||
Reference in New Issue
Block a user