[Vuejs]-Calling typeScript function from VUE component

1👍

Your import is slightly wrong. Here is what it needs to be:

import { APIService } from '../../services/apiService'

Leave a comment