model mod

This commit is contained in:
l.gabrysiak 2025-03-01 14:49:27 +01:00
parent 272e84a3e9
commit cdacc84b79
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@
bind:value={selectedModel}
/>
<script>
console.log(JSON.stringify({$user}))
var a = {$user}
console.log(JSON.stringify(a))
</script>
</div>
</div>