6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
![]() |
|
||
|
export default defineNuxtPlugin(() => {
|
||
|
// Your initialization code here
|
||
|
console.log("My plugin is initialized");
|
||
|
});
|