-
At some point, style-loader added support for nonces to somewhat ease CSP issues. Without this support, you have to allow unsafe inline styles. This currently is the case with vue-style-loader, which …
-
### What problem does this feature solve?
Right now "scoped" is not really scope: styles from components leak to child components (this is by design, "A child component's root node will be affected b…
-
Hello,
I try to add vue-airbnb-style-datepicker into my vue/cli 4/vuex / vue-resource project
and installing it found that it depends on
https://github.com/date-fns/date-fns
I installed it but run…
-
### Version
3.0.5
### Reproduction link
[https://github.com/yura3d/vue3-webpack5](https://github.com/yura3d/vue3-webpack5)
### Steps to reproduce
1. Clone GitHub repo.
2. Run `ya…
-
### Description
I would like to propose the implementation of daily, weekly and monthly calendar components in Nuxt Ui. As these can get quite large and complex, I would also understand if they were …
-
### Environment
- Operating System: `Linux`
- Node Version: `v16.14.2`
- Nuxt Version: `3.3.1`
- Nitro Version: `2.3.1`
- Package Manager: `npm@7.17.0`
- Builder: `vite`
- …
-
I referred to this documentation. ( https://ghost.org/docs/jamstack/gridsome/ )
First I used Ubuntu WSL terminal to start working. I have used Gatsby before in this platform. I haven't got any erro…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Steps to reproduce
I have a componente with vue multiselect with this code in noResult:
{{pesquisa}}
Criar
criarCadas…
-
# `svg-sprite-loader`在vue中的使用
## 何为`svg sprite`
类似于CSS中的雪碧图。将svg整合在一起,呈现的时候根据`symbolId`来显示特定的图标。
## `svg sprite`与`symbol`元素
可以这样简单理解,`symbol`是一个个svg图标,而`svg sprite`则是`symbol`的集合,我们可以通过`use`来指定…