mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
7 lines
112 B
TypeScript
7 lines
112 B
TypeScript
export default defineNuxtPlugin({
|
|
order: -40,
|
|
setup: (nuxtApp) => {
|
|
delete nuxtApp.payload.path
|
|
},
|
|
})
|