You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fields/fieldVueMultiSelect.vue
+1-1
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@
97
97
created() {
98
98
// Check if the component is loaded globally
99
99
if (!this.$root.$options.components["multiselect"]) {
100
-
console.error("'vue-multiselect' is missing. Please download from https://github.com/monterail/vue-multiselect and load the script in the HTML head section!");
100
+
console.error("'vue-multiselect' is missing. Please download from https://github.com/monterail/vue-multiselect and register the component globally!");
0 commit comments