-
Hi, I am using Vuejs on the project and I am learning Vuejs just recently. There is a challenge to compare;
1- There are three separate components, each of them will be draggable in itself
2- These …
-
On the web side, could be nice to start a smooth transition from AngularJS to VueJS.
AngularJS is completely outdated and not supported anymore...
I started to use AngularJS to quickly create a ne…
-
Hello,
How do you import SmartTable components (VTable, VTh...) directly into a component instead of importing them globally?
I can't find an example in the documentation and it doesnt work if I…
-
# vue component library
https://github.com/vuejs/awesome-vue
## vue ui frameworks
https://github.com/vuejs/awesome-vue#frameworks
https://github.com/ElemeFE/element
https://github.com/ivi…
-
There is a bug in clearSortOrder() and it could be present in more cases like that, when there are props mutated directly with "=". Props shouldnt be changed in child component. According to docs, the…
-
### Describe the bug
I'm experiencing an issue with the **useMouseInElement** function from VueUse in a Nuxt3 project. The **isOutside** value always returns **true** when I scroll the page whithout …
-
- [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)
#…
-
As a developer I want to have access to a generic card component so that I can present different information in a consistent manner.
**Criteria:**
- [ ] Should have a `title` [prop](https://v3.v…
-
### Clear and concise description of the problem
使用如下配置:
```ts
import { VantResolver } from 'unplugin-vue-components/resolvers';
import Components from 'unplugin-vue-components/vite';
export co…
-
https://blog.vuejs.org/posts/vue-3-3#generic-components
For example, now `STable` for `data` prop has type `Record[]`, so row data passed with emit or slot-scope now has this type, instead of origi…