MCPcopy
hub / github.com/SortableJS/Vue.Draggable / update

Function update

src/vuedraggable.js:160–162  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

158 this.footerOffset = footerOffset;
159 var attributes = null;
160 const update = (name, value) => {
161 attributes = buildAttribute(attributes, name, value);
162 };
163 const attrs = Object.keys(this.$attrs)
164 .filter(key => key === "id" || key.startsWith("data-"))
165 .reduce((res, key) => {

Callers 2

renderFunction · 0.85

Calls 1

buildAttributeFunction · 0.85

Tested by

no test coverage detected