pull/2172/head
John Chesley 6 years ago
parent 27ec345f31
commit fc19749673

@ -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