Skip to content Skip to sidebar Skip to footer

Displaying Rss Feed On Vue.js Frontend

I want to display a google alert feed on my 'Dashboard.vue' from the component 'Feed.vue'. I got this working in javascript but not sure how to convert my js front end to Vue. I a

Solution 1:

Check this line:

const socket = io();

It seems you forgot to import the io module in this vue-component.

Post a Comment for "Displaying Rss Feed On Vue.js Frontend"