-
### Problem to solve
Let's consider next struct
```
const headers: DataTableHeader[] = [
{ title: '#', key: 'id' },
{ title: t('messages.name'), key: 'name' },
{ title: t('messages.lat'), …
-
### What is your enhancement?
Vuetifyjs 2.0 has been released a few hours ago. This issue is just a placeholder for discussion/work on updating the theme to use this latest release.
https://github…
kinow updated
4 years ago
-
It would be really nice if the forms to add/edit items would have support to include a field that is in a many to many relationship. The existing UI for foreign key relationships would mostly work, ex…
-
### Describe the feature
I want to request the addition of a Drag and Drop component to the component library. This feature will enhance the user experience by enabling users to easily move items wit…
-
Would be nice to support Vue 3 :)
-
### Is your feature request related to a problem? Please describe.
I have a couple of neighbors that now also run OpenDTU.
They are not into self compiling (they are using the Olimex POE Variant).…
-
👋 Hi all! With [ESLint v9 released](https://eslint.org/blog/2024/04/eslint-v9.0.0-released), many community plugins are adding support for the new major version. This is a tracking issue of ESLint v9 …
-
## Version **2.4.3** of [vue](https://github.com/vuejs/vue) just got published.
Branch
Build failing 🚨
Dependency
vue
…
-
Hi
Does this package support drag and drop tr in table tag?
I try this with tr but it does not work.
-
```js
removeMaterial(index, id) {
this.form.materialLists.splice(index, 1); //删除数组指定 index 元素
this.$forceUpdate(); //解决修改对象的属性值后页面不重新渲染
// this.form.materialLists = this.form…