mirror of https://github.com/sveltejs/svelte
parent
d13416590c
commit
1945d506f4
@ -1,3 +1,3 @@
|
||||
export default {
|
||||
html: '<p>12345</p><p>67890</p>'
|
||||
}
|
||||
};
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
export default {
|
||||
html: '<p>0</p><p>2</p><p>4</p><p>6</p><p>8</p>'
|
||||
}
|
||||
};
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
export default {
|
||||
html: '<p>0</p><p>1</p><p>2</p><p>3</p><p>4</p>'
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
Reference in new issue