vue-treeselect
vue-treeselect copied to clipboard
Default selected label with async mode
i want to auto query when async dropdown has default value...
hack
this.$refs.treeselect.defaultOptions = res.data;
this.$refs.treeselect.initialize();
it works ~