mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-24 11:34:10 +02:00
fix(#10336): invalid name conversion
This commit is contained in:
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
bot_protection,
|
||||
},
|
||||
template: '<bot-protection />',
|
||||
template: '<bot_protection />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
email_settings,
|
||||
},
|
||||
template: '<email-settings />',
|
||||
template: '<email_settings />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
instance_block,
|
||||
},
|
||||
template: '<instance-block />',
|
||||
template: '<instance_block />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
object_storage,
|
||||
},
|
||||
template: '<object-storage />',
|
||||
template: '<object_storage />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
other_settings,
|
||||
},
|
||||
template: '<other-settings />',
|
||||
template: '<other_settings />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
overview_active_users,
|
||||
},
|
||||
template: '<overview.active-users />',
|
||||
template: '<overview_active_users />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
overview_ap_requests,
|
||||
},
|
||||
template: '<overview.ap-requests />',
|
||||
template: '<overview_ap_requests />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
overview_federation,
|
||||
},
|
||||
template: '<overview.federation />',
|
||||
template: '<overview_federation />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
overview_heatmap,
|
||||
},
|
||||
template: '<overview.heatmap />',
|
||||
template: '<overview_heatmap />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
overview_instances,
|
||||
},
|
||||
template: '<overview.instances />',
|
||||
template: '<overview_instances />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
overview_moderators,
|
||||
},
|
||||
template: '<overview.moderators />',
|
||||
template: '<overview_moderators />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
overview_pie,
|
||||
},
|
||||
template: '<overview.pie />',
|
||||
template: '<overview_pie />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
overview_queue_chart,
|
||||
},
|
||||
template: '<overview.queue.chart />',
|
||||
template: '<overview_queue_chart />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
overview_queue,
|
||||
},
|
||||
template: '<overview.queue />',
|
||||
template: '<overview_queue />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
overview_retention,
|
||||
},
|
||||
template: '<overview.retention />',
|
||||
template: '<overview_retention />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
overview_stats,
|
||||
},
|
||||
template: '<overview.stats />',
|
||||
template: '<overview_stats />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
overview_users,
|
||||
},
|
||||
template: '<overview.users />',
|
||||
template: '<overview_users />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
proxy_account,
|
||||
},
|
||||
template: '<proxy-account />',
|
||||
template: '<proxy_account />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
queue_chart_chart,
|
||||
},
|
||||
template: '<queue.chart.chart />',
|
||||
template: '<queue_chart_chart />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
queue_chart,
|
||||
},
|
||||
template: '<queue.chart />',
|
||||
template: '<queue_chart />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
roles_edit,
|
||||
},
|
||||
template: '<roles.edit />',
|
||||
template: '<roles_edit />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
roles_editor,
|
||||
},
|
||||
template: '<roles.editor />',
|
||||
template: '<roles_editor />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
roles_role,
|
||||
},
|
||||
template: '<roles.role />',
|
||||
template: '<roles_role />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
Reference in New Issue
Block a user