Skip to content

Commit

Permalink
fix(calendar-min): 内部入icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ecaps1038 committed Sep 7, 2024
1 parent ff36dd3 commit 2ac74a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yike-design-demo/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default defineConfig({
},
build: {
rollupOptions: {
external: ['env.d.ts', 'svg-icon'],
external: ['env.d.ts'],
},
},
base: '/',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ import { calendarProps, calendarEmits } from './calendar'
import ykButton from '../../button'
import YkSpace from '../../space'
import dayjs from 'dayjs'
import {
IconLeftOutline,
IconRightOutline,
IconLeft1Outline,
IconRight1Outline,
} from '../../svg-icon'
defineOptions({
name: 'YkCalendar',
Expand Down

0 comments on commit 2ac74a6

Please sign in to comment.