Skip to content

Commit

Permalink
fix: hygen template
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelhel committed Jul 31, 2023
1 parent 5a7e277 commit 1e7ad98
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { Meta, StoryFn, Args } from '@storybook/vue3'

export default {
title: 'Components/<%= h.changeCase.pascal(name) %>',
component: <%= h.changeCase.pascal(name) %>,
component: Puik<%= h.changeCase.pascal(name) %>,
} as Meta

const Template: StoryFn = (args: Args) => ({
Expand All @@ -27,11 +27,11 @@ export const Default = {
source: {
code: `
<!--VueJS Snippet-->

<!--HTML/CSS Snippet-->
`,
language: 'html',
},
},
}
},
}

0 comments on commit 1e7ad98

Please sign in to comment.