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