skip component binding SSR tests, for now

pull/7738/head
Rich Harris 9 years ago
parent be60c82a54
commit e821ccc2de

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

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

Loading…
Cancel
Save