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: {
about_misskey,
},
template: '<about-misskey />',
template: '<about_misskey />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
about_emojis,
},
template: '<about.emojis />',
template: '<about_emojis />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
about_federation,
},
template: '<about.federation />',
template: '<about_federation />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
admin_file,
},
template: '<admin-file />',
template: '<admin_file />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
bot_protection,
},
template: '<bot-protection />',
template: '<bot_protection />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
email_settings,
},
template: '<email-settings />',
template: '<email_settings />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
instance_block,
},
template: '<instance-block />',
template: '<instance_block />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
object_storage,
},
template: '<object-storage />',
template: '<object_storage />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
other_settings,
},
template: '<other-settings />',
template: '<other_settings />',
};
export default meta;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
proxy_account,
},
template: '<proxy-account />',
template: '<proxy_account />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
queue_chart_chart,
},
template: '<queue.chart.chart />',
template: '<queue_chart_chart />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
queue_chart,
},
template: '<queue.chart />',
template: '<queue_chart />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
roles_edit,
},
template: '<roles.edit />',
template: '<roles_edit />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
roles_editor,
},
template: '<roles.editor />',
template: '<roles_editor />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
roles_role,
},
template: '<roles.role />',
template: '<roles_role />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
antenna_timeline,
},
template: '<antenna-timeline />',
template: '<antenna_timeline />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
api_console,
},
template: '<api-console />',
template: '<api_console />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
auth_form,
},
template: '<auth.form />',
template: '<auth_form />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
channel_editor,
},
template: '<channel-editor />',
template: '<channel_editor />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
custom_emojis_manager,
},
template: '<custom-emojis-manager />',
template: '<custom_emojis_manager />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
emoji_edit_dialog,
},
template: '<emoji-edit-dialog />',
template: '<emoji_edit_dialog />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
emojis_emoji,
},
template: '<emojis.emoji />',
template: '<emojis_emoji />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
explore_featured,
},
template: '<explore.featured />',
template: '<explore_featured />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
explore_roles,
},
template: '<explore.roles />',
template: '<explore_roles />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
explore_users,
},
template: '<explore.users />',
template: '<explore_users />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
flash_edit,
},
template: '<flash-edit />',
template: '<flash_edit />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
flash_index,
},
template: '<flash-index />',
template: '<flash_index />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
follow_requests,
},
template: '<follow-requests />',
template: '<follow_requests />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
instance_info,
},
template: '<instance-info />',
template: '<instance_info />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
not_found,
},
template: '<not-found />',
template: '<not_found />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
page_editor_el_image,
},
template: '<page-editor.el.image />',
template: '<page_editor_el_image />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
page_editor_el_note,
},
template: '<page-editor.el.note />',
template: '<page_editor_el_note />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
page_editor_el_section,
},
template: '<page-editor.el.section />',
template: '<page_editor_el_section />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
page_editor_el_text,
},
template: '<page-editor.el.text />',
template: '<page_editor_el_text />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
page_editor_blocks,
},
template: '<page-editor.blocks />',
template: '<page_editor_blocks />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
page_editor_container,
},
template: '<page-editor.container />',
template: '<page_editor_container />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
page_editor,
},
template: '<page-editor />',
template: '<page_editor />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
registry_keys,
},
template: '<registry.keys />',
template: '<registry_keys />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
registry_value,
},
template: '<registry.value />',
template: '<registry_value />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
reset_password,
},
template: '<reset-password />',
template: '<reset_password />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
_2fa_qrdialog,
},
template: '<2fa.qrdialog />',
template: '<_2fa_qrdialog />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
_2fa,
},
template: '<2fa />',
template: '<_2fa />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
account_info,
},
template: '<account-info />',
template: '<account_info />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
custom_css,
},
template: '<custom-css />',
template: '<custom_css />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
delete_account,
},
template: '<delete-account />',
template: '<delete_account />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
import_export,
},
template: '<import-export />',
template: '<import_export />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
instance_mute,
},
template: '<instance-mute />',
template: '<instance_mute />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
mute_block,
},
template: '<mute-block />',
template: '<mute_block />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
plugin_install,
},
template: '<plugin.install />',
template: '<plugin_install />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
preferences_backups,
},
template: '<preferences-backups />',
template: '<preferences_backups />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
sounds_sound,
},
template: '<sounds.sound />',
template: '<sounds_sound />',
};
export default meta;

View file

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

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
theme_install,
},
template: '<theme.install />',
template: '<theme_install />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
theme_manage,
},
template: '<theme.manage />',
template: '<theme_manage />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
webhook_edit,
},
template: '<webhook.edit />',
template: '<webhook_edit />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
webhook_new,
},
template: '<webhook.new />',
template: '<webhook_new />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
word_mute,
},
template: '<word-mute />',
template: '<word_mute />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
signup_complete,
},
template: '<signup-complete />',
template: '<signup_complete />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
theme_editor,
},
template: '<theme-editor />',
template: '<theme_editor />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
timeline_tutorial,
},
template: '<timeline.tutorial />',
template: '<timeline_tutorial />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
user_info,
},
template: '<user-info />',
template: '<user_info />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
user_list_timeline,
},
template: '<user-list-timeline />',
template: '<user_list_timeline />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
user_tag,
},
template: '<user-tag />',
template: '<user_tag />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
activity_following,
},
template: '<activity.following />',
template: '<activity_following />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
activity_heatmap,
},
template: '<activity.heatmap />',
template: '<activity_heatmap />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
activity_notes,
},
template: '<activity.notes />',
template: '<activity_notes />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
activity_pv,
},
template: '<activity.pv />',
template: '<activity_pv />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
follow_list,
},
template: '<follow-list />',
template: '<follow_list />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
index_activity,
},
template: '<index.activity />',
template: '<index_activity />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
index_photos,
},
template: '<index.photos />',
template: '<index_photos />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
index_timeline,
},
template: '<index.timeline />',
template: '<index_timeline />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
welcome_entrance_a,
},
template: '<welcome.entrance.a />',
template: '<welcome_entrance_a />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
welcome_entrance_b,
},
template: '<welcome.entrance.b />',
template: '<welcome_entrance_b />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
welcome_entrance_c,
},
template: '<welcome.entrance.c />',
template: '<welcome_entrance_c />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
welcome_setup,
},
template: '<welcome.setup />',
template: '<welcome_setup />',
};
export default meta;

View file

@ -8,6 +8,6 @@ export const Default = {
components: {
welcome_timeline,
},
template: '<welcome.timeline />',
template: '<welcome_timeline />',
};
export default meta;