Dan Kelly

Avatar
  • Total activity 23
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 5
  • Subscriptions 6
  • Created

    WebStorm cannot resolve files when using <NuxtLink>

    We are currently starting a new version of our application moving from Vue.js 2.x to Nuxt.js 4.x (and therefore Vue.js 3.5.x)While getting everything set up and stubbed we have encountered two prob...
    • 3 followers
    • 3 comments
    • 1 vote
  • Created

    "Unresolved function" on Vue.js 3

    I'm starting to get my head around VueJS 3.0 and am being slightly derailed by WebStorm telling me that I have "Unresolved" functions on an Array that is declared as`Reactive in <script setup>The f...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Skipping Proofreading / typos for string blocks.

    I'm trying to do some code cleanup and have been playing with the Code Inspection feature and have run into an issue, which may be edge case for our useage. We have a Vue.js front-end running again...
    • 3 followers
    • 1 comment
    • 0 votes
  • Created

    Debug profile CORS issue with Chrome 76

    I've just run into an issue this morning, which I think is due to Chrome updating itself I'm debugging a VueJS application, which was working fine last night. When I run the application, and open l...
    • 9 followers
    • 16 comments
    • 9 votes
  • Created

    2019.2 VueJS unsing "inject" in component needs autocompletion

    I am defining my Axios data services in a service file, which I am then registering in main.js and adding to my components using the VueJS inject https://vuejs.org/v2/api/#provide-inject  However, ...
    • 2 followers
    • 3 comments
    • 0 votes