pull/7738/head
John Chesley 7 years ago
parent 19a4458212
commit 7d94ac1c1e

@ -0,0 +1,9 @@
export default {
props: {
a: 42
},
html: `
42
`
}

@ -0,0 +1,7 @@
<script>
let a, b, c, d;
export { a, c }
</script>
{a}
Loading…
Cancel
Save