fix(#10336): invalid name conversion
This commit is contained in:
parent
1dfcca7b9c
commit
91e0e498eb
|
@ -95,7 +95,7 @@ function toStories(component: string, location: string): string {
|
|||
/>,
|
||||
<property
|
||||
key={<identifier name="template" />}
|
||||
value={<literal value={`<${component.slice(0, -4)} />`} />}
|
||||
value={<literal value={`<${identifier.name} />`} />}
|
||||
kind="init"
|
||||
/>,
|
||||
]}
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
MkCode_core,
|
||||
},
|
||||
template: '<MkCode.core />',
|
||||
template: '<MkCode_core />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
MkDrive_file,
|
||||
},
|
||||
template: '<MkDrive.file />',
|
||||
template: '<MkDrive_file />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
MkDrive_folder,
|
||||
},
|
||||
template: '<MkDrive.folder />',
|
||||
template: '<MkDrive_folder />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
MkDrive_navFolder,
|
||||
},
|
||||
template: '<MkDrive.navFolder />',
|
||||
template: '<MkDrive_navFolder />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
MkEmojiPicker_section,
|
||||
},
|
||||
template: '<MkEmojiPicker.section />',
|
||||
template: '<MkEmojiPicker_section />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
MkMenu_child,
|
||||
},
|
||||
template: '<MkMenu.child />',
|
||||
template: '<MkMenu_child />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
MkObjectView_value,
|
||||
},
|
||||
template: '<MkObjectView.value />',
|
||||
template: '<MkObjectView_value />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
MkReactionsViewer_details,
|
||||
},
|
||||
template: '<MkReactionsViewer.details />',
|
||||
template: '<MkReactionsViewer_details />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
MkReactionsViewer_reaction,
|
||||
},
|
||||
template: '<MkReactionsViewer.reaction />',
|
||||
template: '<MkReactionsViewer_reaction />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
MkPageHeader_tabs,
|
||||
},
|
||||
template: '<MkPageHeader.tabs />',
|
||||
template: '<MkPageHeader_tabs />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_block,
|
||||
},
|
||||
template: '<page.block />',
|
||||
template: '<page_block />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_button,
|
||||
},
|
||||
template: '<page.button />',
|
||||
template: '<page_button />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_canvas,
|
||||
},
|
||||
template: '<page.canvas />',
|
||||
template: '<page_canvas />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_counter,
|
||||
},
|
||||
template: '<page.counter />',
|
||||
template: '<page_counter />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_if,
|
||||
},
|
||||
template: '<page.if />',
|
||||
template: '<page_if />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_image,
|
||||
},
|
||||
template: '<page.image />',
|
||||
template: '<page_image />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_note,
|
||||
},
|
||||
template: '<page.note />',
|
||||
template: '<page_note />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_number_input,
|
||||
},
|
||||
template: '<page.number-input />',
|
||||
template: '<page_number_input />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_post,
|
||||
},
|
||||
template: '<page.post />',
|
||||
template: '<page_post />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_radio_button,
|
||||
},
|
||||
template: '<page.radio-button />',
|
||||
template: '<page_radio_button />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_section,
|
||||
},
|
||||
template: '<page.section />',
|
||||
template: '<page_section />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_switch,
|
||||
},
|
||||
template: '<page.switch />',
|
||||
template: '<page_switch />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_text_input,
|
||||
},
|
||||
template: '<page.text-input />',
|
||||
template: '<page_text_input />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_text,
|
||||
},
|
||||
template: '<page.text />',
|
||||
template: '<page_text />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_textarea_input,
|
||||
},
|
||||
template: '<page.textarea-input />',
|
||||
template: '<page_textarea_input />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_textarea,
|
||||
},
|
||||
template: '<page.textarea />',
|
||||
template: '<page_textarea />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
about_misskey,
|
||||
},
|
||||
template: '<about-misskey />',
|
||||
template: '<about_misskey />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
about_emojis,
|
||||
},
|
||||
template: '<about.emojis />',
|
||||
template: '<about_emojis />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
about_federation,
|
||||
},
|
||||
template: '<about.federation />',
|
||||
template: '<about_federation />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
admin_file,
|
||||
},
|
||||
template: '<admin-file />',
|
||||
template: '<admin_file />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
antenna_timeline,
|
||||
},
|
||||
template: '<antenna-timeline />',
|
||||
template: '<antenna_timeline />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
api_console,
|
||||
},
|
||||
template: '<api-console />',
|
||||
template: '<api_console />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
auth_form,
|
||||
},
|
||||
template: '<auth.form />',
|
||||
template: '<auth_form />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
channel_editor,
|
||||
},
|
||||
template: '<channel-editor />',
|
||||
template: '<channel_editor />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
custom_emojis_manager,
|
||||
},
|
||||
template: '<custom-emojis-manager />',
|
||||
template: '<custom_emojis_manager />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
emoji_edit_dialog,
|
||||
},
|
||||
template: '<emoji-edit-dialog />',
|
||||
template: '<emoji_edit_dialog />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
emojis_emoji,
|
||||
},
|
||||
template: '<emojis.emoji />',
|
||||
template: '<emojis_emoji />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
explore_featured,
|
||||
},
|
||||
template: '<explore.featured />',
|
||||
template: '<explore_featured />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
explore_roles,
|
||||
},
|
||||
template: '<explore.roles />',
|
||||
template: '<explore_roles />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
explore_users,
|
||||
},
|
||||
template: '<explore.users />',
|
||||
template: '<explore_users />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
flash_edit,
|
||||
},
|
||||
template: '<flash-edit />',
|
||||
template: '<flash_edit />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
flash_index,
|
||||
},
|
||||
template: '<flash-index />',
|
||||
template: '<flash_index />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
follow_requests,
|
||||
},
|
||||
template: '<follow-requests />',
|
||||
template: '<follow_requests />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
instance_info,
|
||||
},
|
||||
template: '<instance-info />',
|
||||
template: '<instance_info />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
not_found,
|
||||
},
|
||||
template: '<not-found />',
|
||||
template: '<not_found />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_editor_blocks,
|
||||
},
|
||||
template: '<page-editor.blocks />',
|
||||
template: '<page_editor_blocks />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_editor_container,
|
||||
},
|
||||
template: '<page-editor.container />',
|
||||
template: '<page_editor_container />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
page_editor,
|
||||
},
|
||||
template: '<page-editor />',
|
||||
template: '<page_editor />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
registry_keys,
|
||||
},
|
||||
template: '<registry.keys />',
|
||||
template: '<registry_keys />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
registry_value,
|
||||
},
|
||||
template: '<registry.value />',
|
||||
template: '<registry_value />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
reset_password,
|
||||
},
|
||||
template: '<reset-password />',
|
||||
template: '<reset_password />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
signup_complete,
|
||||
},
|
||||
template: '<signup-complete />',
|
||||
template: '<signup_complete />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
theme_editor,
|
||||
},
|
||||
template: '<theme-editor />',
|
||||
template: '<theme_editor />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
timeline_tutorial,
|
||||
},
|
||||
template: '<timeline.tutorial />',
|
||||
template: '<timeline_tutorial />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
|
@ -8,6 +8,6 @@ export const Default = {
|
|||
components: {
|
||||
user_info,
|
||||
},
|
||||
template: '<user-info />',
|
||||
template: '<user_info />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue