My vue.js configuration is
On follow code, "go definition" does not work with "could not find definition"
<template>
<div>
<button @click="clickEvent"/>
</div>
</template>
<script>
export default {
  ...
  methods: {
    clickEvent() {
      this.function1()
      ...
    },
    function1() {
      ...
    }
  }
  ...
}
</script>
vetur is look like no this function. Maybe you can try use vue-helper.

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With