-1👍
The Nuxt Content docs describe using static assets for this.
Move sample.pdf
to static/
in the root of your Nuxt project (e.g., in static/sample.pdf
), and then use its static
-relative path in your pdf
YAML property:
pdf: /sample.pdf
- [Vuejs]-Display {{ }} Jade-Angular-React-Vue
- [Vuejs]-Vue and VueRouter creating separate instances of components
Source:stackexchange.com