Is there a way to populate the vue-multiselect dropdown with <router-link>
options? Typically, router links are defined declaratively in the <template>
, but vue-multiselect relies on binding an array of options. Any suggestions on how to approach this?
I'm interested in utilizing vue-multiselect for navigating between components.