fix(#10336): invalid name conversion

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-03-19 22:31:18 +09:00
parent 1dfcca7b9c
commit 91e0e498eb
136 changed files with 136 additions and 136 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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