mirror of https://github.com/sveltejs/svelte
9 lines
110 B
9 lines
110 B
8 years ago
|
<One ref:one/>
|
||
|
|
||
|
<script>
|
||
|
import One from './One.html';
|
||
|
|
||
|
export default {
|
||
|
components: { One }
|
||
|
};
|
||
|
</script>
|