build(#10336): load locales and vite config

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-03-20 14:56:34 +09:00
parent 91e0e498eb
commit 0dcb99df19
No known key found for this signature in database
GPG key ID: 3E87B98A3F6BAB99
441 changed files with 1365 additions and 15 deletions

View file

@ -9,5 +9,8 @@ export const Default = {
link,
},
template: '<link />',
parameters: {
layout: 'centered',
},
};
export default meta;

View file

@ -9,5 +9,8 @@ export const Default = {
section,
},
template: '<section />',
parameters: {
layout: 'centered',
},
};
export default meta;

View file

@ -9,5 +9,8 @@ export const Default = {
slot,
},
template: '<slot />',
parameters: {
layout: 'centered',
},
};
export default meta;

View file

@ -9,5 +9,8 @@ export const Default = {
split,
},
template: '<split />',
parameters: {
layout: 'centered',
},
};
export default meta;

View file

@ -9,5 +9,8 @@ export const Default = {
suspense,
},
template: '<suspense />',
parameters: {
layout: 'centered',
},
};
export default meta;