fix(#10336): invalid name conversion
This commit is contained in:
parent
1dfcca7b9c
commit
91e0e498eb
136 changed files with 136 additions and 136 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue