You've already forked AstralRinth
forked from didirus/AstralRinth
8 lines
197 B
JavaScript
8 lines
197 B
JavaScript
import FloatingVue from "floating-vue";
|
|
import "floating-vue/dist/style.css";
|
|
|
|
// eslint-disable-next-line no-undef
|
|
export default defineNuxtPlugin(({ vueApp }) => {
|
|
vueApp.use(FloatingVue);
|
|
});
|