0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

clarify in test that its an intro test only

This commit is contained in:
ekhaled 2018-03-06 18:30:15 +00:00
parent 7b2246126e
commit ae86cf9f4b

View File

@ -1,4 +1,4 @@
<div transition:foo><slot></slot></div>
<div in:foo><slot></slot></div>
<script>
export default {