vue-treeselect icon indicating copy to clipboard operation
vue-treeselect copied to clipboard

这个插件可以懒加载吗

Open a152832 opened this issue 3 years ago • 1 comments

a152832 avatar Apr 27 '22 12:04 a152832

// Global registration (ie main.js)
Vue.component('treeselect', () => import('@riophae/vue-treeselect'))

// Local registration (ie some-component.vue)
...
components: {
  'treeselect': () => import('@riophae/vue-treeselect')
}
...

TitanFighter avatar May 03 '22 11:05 TitanFighter