Skip to content

Commit

Permalink
fix(image): 修复样式没有挂在问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ecaps1038 committed Sep 6, 2024
1 parent 32c08de commit df846d6
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 df846d6

Please sign in to comment.