export default defineNuxtPlugin(() => {
  // Your initialization code here
  console.log("My plugin is initialized");
});