Skip to content

Commit fa06e8e

Browse files
committed
chore: build
1 parent 6f18386 commit fa06e8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: dist/multiselect.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function useData (props, context, dep)
6767
// Polyfill for Vue <3.3 for getters only
6868
// https://vuejs.org/api/reactivity-utilities.html#toref
6969
function toRef (get) {
70-
return customRef(() => ({ get, set: () => { } }))
70+
return customRef(() => ({ get, set: /* istanbul ignore next */ () => { } }))
7171
}
7272

7373
function useValue (props, context)

Diff for: dist/multiselect.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function useData (props, context, dep)
6767
// Polyfill for Vue <3.3 for getters only
6868
// https://vuejs.org/api/reactivity-utilities.html#toref
6969
function toRef (get) {
70-
return customRef(() => ({ get, set: () => { } }))
70+
return customRef(() => ({ get, set: /* istanbul ignore next */ () => { } }))
7171
}
7272

7373
function useValue (props, context)

Diff for: dist/multiselect.vue2.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function useData (props, context, dep)
6767
// Polyfill for Vue <3.3 for getters only
6868
// https://vuejs.org/api/reactivity-utilities.html#toref
6969
function toRef (get) {
70-
return customRef(() => ({ get, set: () => { } }))
70+
return customRef(() => ({ get, set: /* istanbul ignore next */ () => { } }))
7171
}
7272

7373
function useValue (props, context)

0 commit comments

Comments
 (0)