Questions tagged [gridsome]

Web development framework that generates static HTML files for hydration by Vue.js.

GridsomeVue.js-powered static site generator

184 questions
0
votes
1 answer

How to replace placeholder images with local images in Buefy Carousel?

I have copied the Buefy carousel component from https://buefy.org/documentation/carousel#carousel-list into my Gridsome project. The carousel displays correctly with its supplied placeholder images. These are in an array in the data() segment…
nigelwhite
  • 15
  • 7
0
votes
1 answer

CSS Carousel Not Working in Gridsome App?

I am currently trying to style my Gridsome App with Buefy CSS Framework.Everything else is working fine(buttons,cards etc) except for the Carousel.Specifically the tag. Here is the…
Codza.M
  • 1
  • 1
0
votes
1 answer

Gridsome returning xml api - graphql layer

Hello I am having difficulty returning an api end point in Gridsome via the Gridsome documented way. I think it is because what is returned is xml insead of pure json. Does anyone have any ideas as to how to get this data into the graphql layer in…
Adam Adams
  • 63
  • 10
0
votes
0 answers

Gridsome Cannot destructure property `status` of 'undefined' or 'null'

I just started a project with gridsome and wordpress I did the gridsome create project-name wordpress and after running npm run develop i get this error Cannot destructure property `status` of 'undefined' or 'null'. at WordPressSource.fetch…
Pedro Ferreira
  • 301
  • 3
  • 11
0
votes
2 answers

How to add custom properties to a page in VueJS / Gridsome

I'm working on a Vue / Gridsome project and wondering how to export a variable from within a Page to it's parent Layout. Here is my page code: