skip component binding SSR tests, for now

pull/253/head
Rich Harris 8 years ago
parent b8790d1efe
commit eab6935cc2

@ -1,4 +1,6 @@
export default {
'skip-ssr': true, // TODO delete this line, once binding works
data: {
x: 'initial'
},

@ -1,4 +1,6 @@
export default {
'skip-ssr': true, // TODO delete this line, once binding works
html: `
<button>+1</button>
<p>count: 0</p>

Loading…
Cancel
Save