mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-24 17:59:07 +01:00
6 lines
171 B
TypeScript
6 lines
171 B
TypeScript
|
// 末尾スラッシュの統一のためにラッパーNuxtLinkを実装
|
||
|
|
||
|
export default defineNuxtLink({
|
||
|
componentName: "NuxtLink",
|
||
|
trailingSlash: 'append',
|
||
|
});
|