fix(#10336): invalid name conversion
This commit is contained in:
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
activity_following,
|
||||
},
|
||||
template: '<activity.following />',
|
||||
template: '<activity_following />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
activity_heatmap,
|
||||
},
|
||||
template: '<activity.heatmap />',
|
||||
template: '<activity_heatmap />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
activity_notes,
|
||||
},
|
||||
template: '<activity.notes />',
|
||||
template: '<activity_notes />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
activity_pv,
|
||||
},
|
||||
template: '<activity.pv />',
|
||||
template: '<activity_pv />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
follow_list,
|
||||
},
|
||||
template: '<follow-list />',
|
||||
template: '<follow_list />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
index_activity,
|
||||
},
|
||||
template: '<index.activity />',
|
||||
template: '<index_activity />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
index_photos,
|
||||
},
|
||||
template: '<index.photos />',
|
||||
template: '<index_photos />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
index_timeline,
|
||||
},
|
||||
template: '<index.timeline />',
|
||||
template: '<index_timeline />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
Reference in New Issue
Block a user