Skip to content

Commit

Permalink
Amend error message for vue-multi-select
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian.jora committed Feb 13, 2017
1 parent 01fa81b commit dc0ace9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/fieldVueMultiSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
created() {
// Check if the component is loaded globally
if (!this.$root.$options.components["multiselect"]) {
console.error("'vue-multiselect' is missing. Please download from https://github.com/monterail/vue-multiselect and load the script in the HTML head section!");
console.error("'vue-multiselect' is missing. Please download from https://github.com/monterail/vue-multiselect and register the component globally!");
}
}
};
Expand Down

0 comments on commit dc0ace9

Please sign in to comment.