-
## What is the motivation for adding / enhancing this feature?
We should follow recommended rules https://vuejs.org/v2/style-guide/#Component-instance-options-order-recommended. Once we provide corre…
-
The [documentation](https://class-component.vuejs.org/guide/props-definition.html) suggests using `Vue.extend` to define props. However, defining the props in the decorator options and using `PropType…
-
#### Found an issue or bug with electron-vue? Tell me all about it!
Questions regarding how to use `electron` or `vue` are likely to be closed as they are not direct issues with this boilerplate. Ple…
-
**问题描述**
[问题描述:尽可能简洁清晰地把问题描述清楚]
微信小程序端uni-list、uni-list-item使用v-for循环渲染报错
但是不使用v-for循环渲染不报错。
其他端正常【H5、Android下通过】
**复现步骤**
[复现问题的步骤]
demo如下
```vue
…
-
I am currently overriding the the CSS style for the **carousel-3d-controls** class. However my changes are not pushing through. I was wondering if there's an easy way to do this.
-
We will have to use dynamic dependencies here - which I don't like because that makes them "invisible" to real dep auditing.
Proposal: helper packages for extensions
-
Right now I'm finding that Prettier collapses JSX attributes onto a single line, up until the column width. This (in my opinion) feels much harder to read as it requires the eyes to constantly scan le…
-
I know this sort of thing has come up before (https://github.com/krausest/js-framework-benchmark/issues/230). But that's not my intention. When I [first submitted Solid](https://github.com/krausest/js…
-
I think it is useful to have access to theme variables inside custom components. I required the config.styl from `vuepress/lib/default-theme/styles` and it does work, but there may be better solutions…
-
I'm unable to figure out how to include the Pure.css external css library into my projects. I have added css loader to my webpack conf:
```
{
test: /\.css$/,
loader: 'style-loader!css-loader'…