0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 08:56:14 +01:00
svelte/test/runtime/samples/self-reference/_config.js

14 lines
159 B
JavaScript
Raw Normal View History

2017-03-04 01:35:56 +01:00
export default {
props: {
2017-03-04 01:35:56 +01:00
depth: 5
},
html: `
<span>5</span>
<span>4</span>
<span>3</span>
<span>2</span>
<span>1</span>
<span>0</span>
`
};