DEV Community

Discussion on: Creating a Simple Blog using Vue with Markdown

Collapse
 
misterlinux profile image
Misterlinux • Edited

Hello, I was trying the blog and I wanted to
add some different data from a different.js file into the
.vue file but I get the
"[Vue warn]: Property or method " " is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option or for class-based components, by initializing the property."

do I need to create a new file or change the basic structure of a Vue instance?

Collapse
 
vycoder profile image
yev

Hi, I'm not sure I follow. Can you paste a code snippet?

Collapse
 
misterlinux profile image
Misterlinux

Hello, sorry for the late response, after studying Vue I resolved the problem and I created a simple project in which I wanted to integrate the blog structure, here the link:

github.com/Misterlinux/quasi-blog

I will use the route structure of the route.js file into my project but I would like to separate and design different sections and not have them all in the same column.