-
### What problem does this feature solve?
The documentation here https://nuxtjs.org/guide/directory-structure has detailed documentation for all directories except components.
I cannot get my projec…
FEA5T updated
4 years ago
-
https://vuejs.org/v2/style-guide/#Private-property-names-essential
This rule isn’t completely clear to me, probably because it revolves around the term **custom private properties**, for which no d…
-
First of all, we love Blazor!
The only thing keeping us from moving to Blazor as our core front-end technology is the lack of CSS Isolation in Blazor Components. We currently use Angular and it ha…
-
### Description
When selecting dates, there's an error in console:
```
TypeError: Cannot read property 'minimumRequiredPeriod' of undefined
at VueComponent.showTooltipNightlyOnClick (vueHote…
-
In this part of the documentation:
https://github.com/vuejs/vuejs.org/blob/master/src/v2/guide/typescript.md
it is totally unclear for a newcomer in what kind of file the code has to go. Setting u…
-
**问题描述**
微信小程序v-for="(item, index) in items"循环的内部获取不到定义的item或index, 我手上的代码有大量这样的错误
相关代码片段
```
{{
item.moduleInfo ? item.moduleInfo.content.title : item.name
}…
-
I think we have overstayed our welcome with Vue.js. When I started this project I was using it as a learning tool. I had never used Vue.js so I decided to use Vue.js so I could learn it. This design d…
-
I'am not able to load plugin through my component.
```javascript
import EssentialsPlugin from '@ckeditor/ckeditor5-essentials/src/essentials'
import BoldPlugin from '@ckeditor/ckeditor5-basic-sty…
kl3sk updated
4 years ago
-
### What problem does this feature solve?
Smooth scrolling to same page anchor tags.
Right now smooth scrolling can only work by custom implementations, but the new Firefox spec contemplates a sc…
-
Rendering a component with your configuration seems to work well as long as the component doesn't contain any camelcase.
For instance if I insert the plugin news combined with the headless_news, th…