-
**Tell us about your environment**
* **ESLint version: 5.16.0**
* **eslint-plugin-vue version: 5.2.3**
**Please show your full configuration:**
```json
{
"root": true,
"env": {
…
-
nuxt version: 3.7.4
OS: Windows 10
Hello, I'm getting this error after i followed the installation proccess mensioned in docs.
after running:
npm install --save-dev @nuxtjs/tailwindcss
npm ins…
-
# 如何自定义 html
## 配置
nuxt.config.js 里面配置
```
appTemplatePath: './test/mytemplate.html',
```
## 根目录 app.html
https://nuxtjs.org/docs/concepts/views/#document-apphtml
![image](https://us…
-
Hello,
I've deployed a Nuxt App (@nuxtjs/vercel-builder@0.21.3, nuxt@2.15.7) on Vercel and also defined a error page, however this seems to not get used, instead it's just displaying a simple text …
-
I tried to use custom text field by exactly same way as it is mentioned at README like below.
But it does not change at all. Also it output no errors.
Does anyone know the reason?
Or do you succ…
-
I'm using axios-module with proxy to proxy images.
here are my latest config.
>nuxt.config.js
```
modules: [
'@nuxtjs/axios'
]
axios: {
proxy: true,
retry: true,
debug: …
-
**Module version**
1.11.3
**Describe the bug**
During build an error is received as states below
```
Module build failed (from ./node_modules/sass-loader/dist/cjs.js): …
-
Hello,
TLDR; how can I enable SSR caching with Apollo combined with NuxtHub?
First of all, I want to say that I’m relatively new to caching and I’m currently trying to optimize the performance o…
-
**🐛 The bug**
I can't pass an object to the template after updating the version from 0.32.0 to 0.33.0.
**🛠️ To reproduce**
in `{root}/components/Header.vue`
```vue
{{ page.tit…
-
This task belongs to me. Thank you