mirror of https://github.com/sveltejs/svelte
parent
61ea8e9f19
commit
206bdf42ed
@ -0,0 +1,5 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({
|
||||
html: 'c1'
|
||||
});
|
||||
@ -0,0 +1,5 @@
|
||||
<script>
|
||||
let id = $props.id();
|
||||
</script>
|
||||
|
||||
{id}
|
||||
Loading…
Reference in new issue