[Vuejs]-NuxtJS Typescript click.native 'cannot read property 'test' of null'

1👍

Don’t use this in template of your Vue files.

<n-link class="navbar-link-mobile" :class="$mq" @click.native="test" to="/pricing" prefetch>LINK</n-link>

https://v2.vuejs.org/v2/guide/events.html

Leave a comment