Merge branch 'gh-1844' of https://github.com/aphitiel/svelte into aphitiel-gh-1844

pull/3351/head
Richard Harris 6 years ago
commit 25a38438b7

@ -0,0 +1,13 @@
<Nested ref:nested>
Hello
</Nested>
<script>
import Nested from './Nested.html';
export default {
components: {
Nested
}
};
</script>
Loading…
Cancel
Save