You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
free2dog
changed the title
vue component data binding is working when dev locally but not when remote serve using netlify.com
vue component data binding is working when dev locally but not when using npm serve
Mar 22, 2019
Bug report
Version
vue version 3.0.0
vuepress verison 0.14.8
Steps to reproduce
TODO
What is expected?
works perfectly fine when dev locally
What is actually happening?
when I push my code to netlify.com which build and deploy automatically
and this time the data binding not works
ALSO in .vuepress/dist/
cammand to serve in localhost(127.0.0.1) does't work.
the title field changes(works fine) but the img tag's src remains to default value (not fine)(see below)
Other relevant information
I am kind of new on Vuejs.
I have 3 component here and data bindings between them. And the data flows AllGraphs.vue > GraphHero.vue > ImageFromOss.vue
only 2 data field: the titile and the image location
AllGraphs.vue (
picked
default to metas[0])GraphHero.vue
ImageFromOss.vue
Anyone have a clue?
todo: write a reproduction template.
The text was updated successfully, but these errors were encountered: