mirror of https://github.com/sveltejs/svelte
parent
552ea4b9ed
commit
a332b648e9
@ -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