Skip to content

Commit

Permalink
fix(ce): fix name for menu pages component
Browse files Browse the repository at this point in the history
  • Loading branch information
mercs600 committed Apr 15, 2021
1 parent d109f71 commit a4b00d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/templates/components/content/elements/CeMenuPages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import baseCe from '../mixins/baseCe'
import MenuNestedList from './menu/NestedList'
export default {
name: 'CeMenuSitemap',
name: 'CeMenuPages',
components: {
MenuNestedList
},
Expand Down

0 comments on commit a4b00d2

Please sign in to comment.