Skip to content

Commit

Permalink
fix(generators): prettier page.vue.hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
devCrossNet committed Aug 17, 2021
1 parent e020a72 commit 6cdeaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vuesion/generators/page/page.vue.hbs
Expand Up @@ -31,7 +31,7 @@ export default defineComponent({
useMeta({ title: '{{ properCase componentName }}' });
const { app } = useContext();
const breadCrumbItems = computed(() => [{ label: app.i18n.t('common.{{ properCase componentName }}' /* {{ properCase componentName }} */), value: '/{{filePath}}/{{ dashCase componentName }}' },]);
const breadCrumbItems = computed(() => [{ label: app.i18n.t('common.{{ properCase componentName }}' /* {{ properCase componentName }} */), value: '/{{filePath}}/{{ dashCase componentName }}' }]);
return {
breadCrumbItems,
Expand Down

0 comments on commit 6cdeaa2

Please sign in to comment.