0👍
I think it might be this
Though I am not sure how to reference the sortItems method directly. When I add
import { sortItems } from "vuetify/src/util/helpers";
I get an error “Can’t resolve ‘vuetify/src/util/helpers'”.
- [Vuejs]-How to collect array of checkboxes in a dynamic array of items vueJs Vuetify
- [Vuejs]-Vue filter by checkbox true or false value
0👍
@hobbes_child comment
I change to import from lib is resolved
import { sortItems } from "vuetify/lib/util/helpers";
- [Vuejs]-Vue state does not sync with kendo datasource
- [Vuejs]-Problem with vuedraggable and apollo mutation
Source:stackexchange.com