Skip to content

Commit dc0ace9

Browse files
author
cristian.jora
committed
Amend error message for vue-multi-select
1 parent 01fa81b commit dc0ace9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fields/fieldVueMultiSelect.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
created() {
9898
// Check if the component is loaded globally
9999
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!");
101101
}
102102
}
103103
};

0 commit comments

Comments
 (0)