mirror of https://github.com/sveltejs/svelte
parent
e8a53373f2
commit
348b8cde03
@ -1,5 +1,5 @@
|
||||
export default {
|
||||
html: '<div></div>',
|
||||
html: `<div draggable='false'></div>`,
|
||||
|
||||
ssrHtml: '<div foo=1></div>'
|
||||
ssrHtml: `<div foo='1' draggable='false'></div>`,
|
||||
};
|
||||
|
Loading…
Reference in new issue