-
Something that would make me use StealJS over Webpack would be out-of-the-box full support for Vue's single file (.vue) components.
**Documentation:**
* https://vuejs.org/v2/guide/single-file-co…
-
**Checklist**
- [x] I have tried restarting my IDE and the issue persists.
- [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed.
**Tell u…
-
This serves as a list of announcements for community translations. Instead of creating a new issue, a new translation announcement (along with its description, repository URL, call for contributors et…
-
Bullet chart (horizontal, vetical, stackable)
Feature:
* set any colors for any elements
* set any svg icons
* animations
* more flexibility
-
- [x] I have searched through existing issues
- [x] I have read through [docs](https://vuejs.github.io/vetur)
- [x] I have read [FAQ](https://github.com/vuejs/vetur/blob/master/docs/FAQ.md)
#…
-
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 …
-
Hi, first of all thank you for this package, it' good work 👍 .
twoWay attributes are here to suggest a good usage for using props. However, it's not required to use props in a twoWay style. I'm using …
-
Does any tried that with VueJs3 ?
I am getting only : `createElement is not a function` when trying adding a styled component into the template.
-
```js
const recast = require("recast")
const parser = require("@vue/compiler-sfc")
const result = parser.parse(content)
if (result.errors.length) {
throw result.errors
}
const { templat…
-
## 单文件组件single-file components (单文件组件)
.vue 文件是一个自定义的文件类型,用类 HTML 语法描述一个 Vue 组件。每个 .vue 文件包含三种类型的顶级语言块 、 和 ,还允许添加可选的自定义块:
```javascript
{{ msg }}
export default {
data () {
retur…