mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 03:46:19 +02:00
fix(#10336): invalid name conversion
This commit is contained in:
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
_2fa_qrdialog,
|
||||
},
|
||||
template: '<2fa.qrdialog />',
|
||||
template: '<_2fa_qrdialog />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
_2fa,
|
||||
},
|
||||
template: '<2fa />',
|
||||
template: '<_2fa />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
account_info,
|
||||
},
|
||||
template: '<account-info />',
|
||||
template: '<account_info />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
custom_css,
|
||||
},
|
||||
template: '<custom-css />',
|
||||
template: '<custom_css />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
delete_account,
|
||||
},
|
||||
template: '<delete-account />',
|
||||
template: '<delete_account />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
import_export,
|
||||
},
|
||||
template: '<import-export />',
|
||||
template: '<import_export />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
instance_mute,
|
||||
},
|
||||
template: '<instance-mute />',
|
||||
template: '<instance_mute />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
mute_block,
|
||||
},
|
||||
template: '<mute-block />',
|
||||
template: '<mute_block />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
plugin_install,
|
||||
},
|
||||
template: '<plugin.install />',
|
||||
template: '<plugin_install />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
preferences_backups,
|
||||
},
|
||||
template: '<preferences-backups />',
|
||||
template: '<preferences_backups />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
sounds_sound,
|
||||
},
|
||||
template: '<sounds.sound />',
|
||||
template: '<sounds_sound />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
statusbar_statusbar,
|
||||
},
|
||||
template: '<statusbar.statusbar />',
|
||||
template: '<statusbar_statusbar />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
theme_install,
|
||||
},
|
||||
template: '<theme.install />',
|
||||
template: '<theme_install />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
theme_manage,
|
||||
},
|
||||
template: '<theme.manage />',
|
||||
template: '<theme_manage />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
webhook_edit,
|
||||
},
|
||||
template: '<webhook.edit />',
|
||||
template: '<webhook_edit />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
webhook_new,
|
||||
},
|
||||
template: '<webhook.new />',
|
||||
template: '<webhook_new />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
word_mute,
|
||||
},
|
||||
template: '<word-mute />',
|
||||
template: '<word_mute />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
Reference in New Issue
Block a user