Update test/runtime/samples/spread-width-height-attributes/_config.js

pull/8412/head
Ben McCann 4 years ago committed by GitHub
parent dc7fc9140f
commit 0e0eeed6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
export default { export default {
// https://github.com/sveltejs/svelte/issues/6752 // https://github.com/sveltejs/svelte/issues/6752
html: `<img height="100%" width="100%" alt="" />` html: '<img height="100%" width="100%" alt="" />'
}; };

Loading…
Cancel
Save