Skip to content

Commit

Permalink
chore: update plugins/elementPlus.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
QFifteen committed Jun 7, 2024
1 parent edf82ea commit ad24b97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/plugins/elementPlus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ import {
ElWatermark,
ElTour,
ElTourStep,
ElSegmented,
/**
* 为了方便演示平台将 element-plus 导出的所有插件引入,实际使用中如果你没用到哪个插件,将其注释掉就行
* 导出来源:https:/element-plus/element-plus/blob/dev/packages/element-plus/plugin.ts#L11-L16
Expand Down Expand Up @@ -221,7 +222,8 @@ const components = [
ElUpload,
ElWatermark,
ElTour,
ElTourStep
ElTourStep,
ElSegmented
];

const plugins = [
Expand Down

0 comments on commit ad24b97

Please sign in to comment.