mirror of https://github.com/sveltejs/svelte
7 lines
74 B
7 lines
74 B
5 years ago
|
<script>
|
||
|
const url = import.meta.url;
|
||
|
</script>
|
||
|
|
||
|
{url}
|
||
|
{import.meta.url}
|