mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-05 02:24:11 +02:00
fix(#10336): invalid name conversion
This commit is contained in:
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
about_misskey,
|
||||
},
|
||||
template: '<about-misskey />',
|
||||
template: '<about_misskey />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
Reference in New Issue
Block a user