import VueJstree from "vue-jstree";

export default defineNuxtPlugin((nuxtApp) => {
  nuxtApp.vueApp.use(VueJstree);
});