failing test for #2542

pull/7738/head
John Chesley 7 years ago
parent b085ea374e
commit 2d9697839c

@ -0,0 +1,3 @@
export default {
html: 'Compile plz'
}

@ -0,0 +1,11 @@
<script>
export function one () {
two()
}
export function two () {
return one()
}
</script>
Compile plz
Loading…
Cancel
Save