1 changed files with
5 additions and
5 deletions
|
|
|
@ -1,8 +1,8 @@
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
export let props = {
|
|
|
|
export let props = {
|
|
|
|
disabled: false,
|
|
|
|
disabled: false,
|
|
|
|
type: "button",
|
|
|
|
type: 'button',
|
|
|
|
"data-named": "foo",
|
|
|
|
'data-named': 'foo'
|
|
|
|
};
|
|
|
|
};
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|