mirror of https://github.com/sveltejs/svelte
Merge pull request #857 from sveltejs/static-components
Skip updates for components with no dynamic props/bindingspull/861/head
commit
225f59a3f5
@ -0,0 +1,9 @@
|
|||||||
|
<Nested foo='bar'/>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
components: {
|
||||||
|
Nested: window.Nested
|
||||||
|
}
|
||||||
|
};
|
||||||
|
</script>
|
Loading…
Reference in new issue