atom-beautify/examples/nested-jsbeautifyrc/vue/expected/space_after_anon_function.vue

10 lines
110 B
Vue

<script>
export default {
data: function() {
return {
text: 'Hello, world!'
}
}
}
</script>