mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-04 07:27:41 +08:00
chore: update plugins/elementPlus.ts
(#1164)
This commit is contained in:
parent
edf82ea727
commit
8816e61e3a
@ -107,6 +107,7 @@ import {
|
||||
ElWatermark,
|
||||
ElTour,
|
||||
ElTourStep,
|
||||
ElSegmented,
|
||||
/**
|
||||
* 为了方便演示平台将 element-plus 导出的所有插件引入,实际使用中如果你没用到哪个插件,将其注释掉就行
|
||||
* 导出来源:https://github.com/element-plus/element-plus/blob/dev/packages/element-plus/plugin.ts#L11-L16
|
||||
@ -221,7 +222,8 @@ const components = [
|
||||
ElUpload,
|
||||
ElWatermark,
|
||||
ElTour,
|
||||
ElTourStep
|
||||
ElTourStep,
|
||||
ElSegmented
|
||||
];
|
||||
|
||||
const plugins = [
|
||||
|
1
types/global-components.d.ts
vendored
1
types/global-components.d.ts
vendored
@ -115,6 +115,7 @@ declare module "vue" {
|
||||
ElWatermark: (typeof import("element-plus"))["ElWatermark"];
|
||||
ElTour: (typeof import("element-plus"))["ElTour"];
|
||||
ElTourStep: (typeof import("element-plus"))["ElTourStep"];
|
||||
ElSegmented: (typeof import("element-plus"))["ElSegmented"];
|
||||
}
|
||||
|
||||
interface ComponentCustomProperties {
|
||||
|
Loading…
x
Reference in New Issue
Block a user