failing test for #2542

pull/2543/head
John Chesley 5 years ago
parent 6c0aa3b9ef
commit b2e1355908

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