'getPost' is not defined
Version
3.0.11
Reproduction link
https://github.com/veedahv/my-blog
Steps to reproduce
Load the repo and navigate to '\src\views\BlogContent.vue'
What is expected?
I am trying to fetch data using the route params id
What is actually happening?
It is returning an error.
This is the error 103:5 error 'getPost' is not defined no-undef 111:5 error 'getPost' is not defined no-undef
Hi, thanks for your interest but Github issues are for bug reports and feature requests only. You can ask questions on the forum, the Discord server or StackOverflow.
You are likely missing an import { getPost }
from somewhere