1
0
mirror of https://github.com/elk-zone/elk synced 2024-11-27 14:28:10 +09:00
elk/plugins/path.ts

7 lines
112 B
TypeScript
Raw Normal View History

2023-07-07 05:19:01 +09:00
export default defineNuxtPlugin({
order: -40,
setup: (nuxtApp) => {
delete nuxtApp.payload.path
},
})