fix(#10336): invalid name conversion

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-03-19 22:31:18 +09:00
parent 1dfcca7b9c
commit 91e0e498eb
No known key found for this signature in database
GPG key ID: 3E87B98A3F6BAB99
136 changed files with 136 additions and 136 deletions

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
overview_pie,
},
template: '<overview.pie />',
template: '<overview_pie />',
};
export default meta;