siliushi / VUEFormatter

formate your vue code
26 stars 5 forks source link

"space_after_anon_function": true, not working #10

Closed aaronlamz closed 1 year ago

aaronlamz commented 6 years ago

how to fix this problem?

in this file helloworld.vue

<template>
  <div>
    HelloWorld
  </div>
</template>
<script>
export default {
  name: 'HelloWorld',
  data() {
    return {}
  },
  methods: {}
}
</script>
<style scoped>
</style>
121595113 commented 6 years ago

fixed #14