Skip to content

Commit

Permalink
Merge branch 'monorepo-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ecaps1038 committed Sep 6, 2024
2 parents 513dbd2 + df846d6 commit f5c22b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/yike-design-build/scripts/icon-gen/vue-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ export const getIconVue = ({
size?: string | number
strokeWidth?: number
strokeLinecap?: 'butt' | 'round' | 'square'
strokeLinejoin?: 'arcs' | 'bevel' | 'miter' | 'miter-clip' | 'round'
// strokeLinejoin?: 'arcs' | 'bevel' | 'miter' | 'miter-clip' | 'round'
rotate?: number
spin?: boolean
}>(),
{
strokeWidth: 0,
strokeLinecap: 'butt',
strokeLinejoin: 'arcs',
// strokeLinejoin: 'arcs',
size: 'inherit',
rotate: undefined,
spin: false,
Expand Down

0 comments on commit f5c22b4

Please sign in to comment.