Open nabeelmehmood123 opened 2 years ago
I want to display the query result in the templates section.
@nabeelmehmood123
Please delete characters = [];
then it works.
Please check vue-devtool you can see characters
in data was updated but characters
in setup() wouldn't be updated.
Maybe vue apollo haven't support vue-class-component yet in vue3 yet.
Here is the code
Template Section
Script Section