list and multicheckbox initial implementation

This commit is contained in:
Henry Jameson 2025-12-01 23:56:49 +02:00
commit c93f55e8f7
12 changed files with 244 additions and 139 deletions

View file

@ -1,13 +1,5 @@
import { isEqual } from 'lodash'
import Setting from './setting.js'
export default {
...Setting,
computed: {
...Setting.computed,
isDirty () {
return !isEqual(this.state, this.draft)
}
}
}