exploria-ui-mcp-server 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +194 -0
- package/README.md +242 -0
- package/dist/README.md +633 -0
- package/dist/components/advanced/e_parallax_scrolling/Document.vue +23 -0
- package/dist/components/advanced/e_parallax_scrolling/Using.vue +20 -0
- package/dist/components/advanced/e_parallax_scrolling/img.png +0 -0
- package/dist/components/advanced/e_parallax_scrolling/img_1.png +0 -0
- package/dist/components/advanced/e_parallax_scrolling//350/247/206/345/267/256/346/273/232/345/212/250 +0 -0
- package/dist/components/advanced/e_rolling_follow/Document.vue +21 -0
- package/dist/components/advanced/e_rolling_follow/Using.vue +54 -0
- package/dist/components/advanced/e_virtual_list/ComprehensiveCase.vue +209 -0
- package/dist/components/advanced/e_virtual_list/Document.vue +68 -0
- package/dist/components/advanced/e_virtual_list/DynamicData.vue +42 -0
- package/dist/components/advanced/e_virtual_list/Using.vue +32 -0
- package/dist/components/advanced/e_virtual_list/iconfont/iconfont.css +19 -0
- package/dist/components/advanced/e_virtual_list/iconfont/iconfont.ttf +0 -0
- package/dist/components/advanced/e_virtual_list/iconfont/iconfont.woff +0 -0
- package/dist/components/advanced/e_virtual_list/iconfont/iconfont.woff2 +0 -0
- package/dist/components/advanced/e_virtual_list/img.png +0 -0
- package/dist/components/advanced/e_watermark/AutoSize.vue +89 -0
- package/dist/components/advanced/e_watermark/BasicUsing.vue +9 -0
- package/dist/components/advanced/e_watermark/CustomFont.vue +73 -0
- package/dist/components/advanced/e_watermark/CustomStyle.vue +76 -0
- package/dist/components/advanced/e_watermark/Dense.vue +28 -0
- package/dist/components/advanced/e_watermark/Document.vue +197 -0
- package/dist/components/advanced/e_watermark/HighZIndex.vue +105 -0
- package/dist/components/advanced/e_watermark/ImageWatermark.vue +31 -0
- package/dist/components/advanced/e_watermark/MultiLine.vue +29 -0
- package/dist/components/advanced/e_watermark/OpacityWatermark.vue +73 -0
- package/dist/components/ai/typing_effect/Document.vue +47 -0
- package/dist/components/ai/typing_effect/Using1.vue +189 -0
- package/dist/components/ai/typing_effect/Using2.vue +167 -0
- package/dist/components/basic/e_badge/BasicBadge.vue +31 -0
- package/dist/components/basic/e_badge/Document.vue +137 -0
- package/dist/components/basic/e_badge/DotBadge.vue +35 -0
- package/dist/components/basic/e_badge/MaxBadge.vue +33 -0
- package/dist/components/basic/e_badge/ShowZeroBadge.vue +30 -0
- package/dist/components/basic/e_badge/SizeBadge.vue +29 -0
- package/dist/components/basic/e_badge/TypeBadge.vue +36 -0
- package/dist/components/basic/e_button/CircleButtons.vue +30 -0
- package/dist/components/basic/e_button/DisabledButtons.vue +30 -0
- package/dist/components/basic/e_button/Document.vue +171 -0
- package/dist/components/basic/e_button/LoadingButtons.vue +30 -0
- package/dist/components/basic/e_button/NormalButtons.vue +30 -0
- package/dist/components/basic/e_button/PlainButtons.vue +30 -0
- package/dist/components/basic/e_button/RoundButtons.vue +30 -0
- package/dist/components/basic/e_button/RoundedRectangleButtons.vue +35 -0
- package/dist/components/basic/e_button/SizeButtons.vue +19 -0
- package/dist/components/basic/e_button/Using.vue +89 -0
- package/dist/components/basic/e_card/BasicCard.vue +9 -0
- package/dist/components/basic/e_card/BorderlessCard.vue +8 -0
- package/dist/components/basic/e_card/ComplexContentCard.vue +92 -0
- package/dist/components/basic/e_card/CustomHeaderCard.vue +24 -0
- package/dist/components/basic/e_card/Document.vue +131 -0
- package/dist/components/basic/e_card/FooterCard.vue +12 -0
- package/dist/components/basic/e_card/ShadowCard.vue +30 -0
- package/dist/components/basic/e_card/SizesCard.vue +29 -0
- package/dist/components/basic/e_svg_icon/Document.vue +38 -0
- package/dist/components/basic/e_svg_icon/Using.vue +7 -0
- package/dist/components/basic/e_underline/BaseUsing.vue +13 -0
- package/dist/components/basic/e_underline/Document.vue +27 -0
- package/dist/components/basic/e_underline/ImgUsing.vue +36 -0
- package/dist/components/data/e_calendar/Document.vue +41 -0
- package/dist/components/data/e_calendar/Using.vue +9 -0
- package/dist/components/data/e_calendar//346/227/245/345/216/206 +0 -0
- package/dist/components/data/e_carousel/Document.vue +143 -0
- package/dist/components/data/e_carousel/Using.vue +20 -0
- package/dist/components/data/e_carousel/Using1.vue +23 -0
- package/dist/components/data/e_carousel/Using2.vue +17 -0
- package/dist/components/data/e_carousel/Using3.vue +17 -0
- package/dist/components/data/e_collapse/Document.vue +40 -0
- package/dist/components/data/e_collapse/Using.vue +9 -0
- package/dist/components/data/e_collapse//346/212/230/345/217/240/351/235/242/346/235/277 +0 -0
- package/dist/components/data/e_image/Document.vue +71 -0
- package/dist/components/data/e_image/Using.vue +21 -0
- package/dist/components/data/e_image/img.png +0 -0
- package/dist/components/data/e_list/BasicUsage.vue +18 -0
- package/dist/components/data/e_list/CustomCheckboxUsage.vue +22 -0
- package/dist/components/data/e_list/CustomEmptyDataUsage.vue +38 -0
- package/dist/components/data/e_list/CustomRowUsage.vue +64 -0
- package/dist/components/data/e_list/DividerUsage.vue +20 -0
- package/dist/components/data/e_list/Document.vue +261 -0
- package/dist/components/data/e_list/EmptyDataUsage.vue +3 -0
- package/dist/components/data/e_list/EventUsage.vue +23 -0
- package/dist/components/data/e_list/MultipleSelectUsage.vue +22 -0
- package/dist/components/data/e_list/SingleSelectUsage.vue +21 -0
- package/dist/components/data/e_list/SizeUsage.vue +35 -0
- package/dist/components/data/e_media_viewer/Document.vue +39 -0
- package/dist/components/data/e_media_viewer/Using.vue +30 -0
- package/dist/components/data/e_media_viewer/img.png +0 -0
- package/dist/components/data/e_progress/BasicProgress.vue +21 -0
- package/dist/components/data/e_progress/CircleProgress.vue +23 -0
- package/dist/components/data/e_progress/CustomColorProgress.vue +63 -0
- package/dist/components/data/e_progress/Document.vue +179 -0
- package/dist/components/data/e_progress/IndeterminateProgress.vue +49 -0
- package/dist/components/data/e_progress/ProgressSize.vue +50 -0
- package/dist/components/data/e_progress/ProgressStatus.vue +21 -0
- package/dist/components/data/e_progress/ProgressText.vue +52 -0
- package/dist/components/data/e_rolling_pagination/Document.vue +21 -0
- package/dist/components/data/e_rolling_pagination/Using.vue +33 -0
- package/dist/components/data/e_rolling_pagination//346/273/232/345/212/250/345/210/206/351/241/265 +0 -0
- package/dist/components/data/e_skeleton/Document.vue +26 -0
- package/dist/components/data/e_skeleton/Using.vue +18 -0
- package/dist/components/data/e_skeleton//351/252/250/346/236/266 +0 -0
- package/dist/components/data/e_table/Document.vue +85 -0
- package/dist/components/data/e_table/Using.vue +131 -0
- package/dist/components/data/e_timeline/Document.vue +90 -0
- package/dist/components/data/e_timeline/Using.vue +124 -0
- package/dist/components/feedback/e_dialog/AsyncUsing.vue +30 -0
- package/dist/components/feedback/e_dialog/BaseUsing.vue +15 -0
- package/dist/components/feedback/e_dialog/Document.vue +26 -0
- package/dist/components/feedback/e_drawer/BaseUsing.vue +35 -0
- package/dist/components/feedback/e_drawer/DirectionUsing.vue +93 -0
- package/dist/components/feedback/e_drawer/Document.vue +153 -0
- package/dist/components/feedback/e_drawer/LargeSizeDrawer.vue +29 -0
- package/dist/components/feedback/e_drawer/MediumSizeDrawer.vue +29 -0
- package/dist/components/feedback/e_drawer/SizeUsing.vue +67 -0
- package/dist/components/feedback/e_drawer/SmallSizeDrawer.vue +29 -0
- package/dist/components/feedback/e_message/Document.vue +18 -0
- package/dist/components/feedback/e_message/Using.vue +16 -0
- package/dist/components/feedback/e_message_box/BaseUsing.vue +11 -0
- package/dist/components/feedback/e_message_box/Document.vue +18 -0
- package/dist/components/feedback/e_message_box/intro.md +12 -0
- package/dist/components/feedback/e_notification/AllPositionsNotification.vue +35 -0
- package/dist/components/feedback/e_notification/BasicTypesNotification.vue +47 -0
- package/dist/components/feedback/e_notification/ClickableNotification.vue +18 -0
- package/dist/components/feedback/e_notification/Document.vue +147 -0
- package/dist/components/feedback/e_notification/ManualCloseNotification.vue +17 -0
- package/dist/components/feedback/e_notification/Using.vue +253 -0
- package/dist/components/feedback/e_popover/BasicUsage.vue +51 -0
- package/dist/components/feedback/e_popover/ContextmenuTrigger.vue +27 -0
- package/dist/components/feedback/e_popover/CustomContent.vue +43 -0
- package/dist/components/feedback/e_popover/CustomTrigger.vue +39 -0
- package/dist/components/feedback/e_popover/Document.vue +84 -0
- package/dist/components/feedback/e_popover/HoverTrigger.vue +29 -0
- package/dist/components/feedback/e_popover/SizeVariants.vue +36 -0
- package/dist/components/feedback/e_popover/Using.vue +177 -0
- package/dist/components/feedback/e_tooltip/Document.vue +42 -0
- package/dist/components/feedback/e_tooltip/SizeUsing.vue +28 -0
- package/dist/components/feedback/e_tooltip/Using.vue +44 -0
- package/dist/components/form/e_checkbox/Document.vue +88 -0
- package/dist/components/form/e_checkbox/Using.vue +10 -0
- package/dist/components/form/e_color_picker/Document.vue +55 -0
- package/dist/components/form/e_color_picker/Using.vue +10 -0
- package/dist/components/form/e_condition_group/Document.vue +52 -0
- package/dist/components/form/e_condition_group/Using.vue +165 -0
- package/dist/components/form/e_file_selector/Document.vue +50 -0
- package/dist/components/form/e_file_selector/Using.vue +44 -0
- package/dist/components/form/e_form/BaseUsage.vue +155 -0
- package/dist/components/form/e_form/Document.vue +93 -0
- package/dist/components/form/e_form/LoginForm.vue +150 -0
- package/dist/components/form/e_form/RegisterForm.vue +46 -0
- package/dist/components/form/e_form/iconfont/iconfont.css +67 -0
- package/dist/components/form/e_form/iconfont/iconfont.ttf +0 -0
- package/dist/components/form/e_form/iconfont/iconfont.woff +0 -0
- package/dist/components/form/e_form/iconfont/iconfont.woff2 +0 -0
- package/dist/components/form/e_input/BaseUsage.vue +16 -0
- package/dist/components/form/e_input/Clearable.vue +24 -0
- package/dist/components/form/e_input/Document.vue +111 -0
- package/dist/components/form/e_input/Number.vue +10 -0
- package/dist/components/form/e_input/Password.vue +52 -0
- package/dist/components/form/e_input/iconfont/iconfont.css +67 -0
- package/dist/components/form/e_input/iconfont/iconfont.ttf +0 -0
- package/dist/components/form/e_input/iconfont/iconfont.woff +0 -0
- package/dist/components/form/e_input/iconfont/iconfont.woff2 +0 -0
- package/dist/components/form/e_radio/Document.vue +88 -0
- package/dist/components/form/e_radio/Using.vue +14 -0
- package/dist/components/form/e_select/Document.vue +32 -0
- package/dist/components/form/e_select/Using.vue +24 -0
- package/dist/components/form/e_select//351/200/211/351/241/271/346/241/206 +0 -0
- package/dist/components/form/e_slider/BaseUsage.vue +10 -0
- package/dist/components/form/e_slider/CustomRange.vue +21 -0
- package/dist/components/form/e_slider/Disabled.vue +10 -0
- package/dist/components/form/e_slider/Document.vue +55 -0
- package/dist/components/form/e_slider/ShowValue.vue +10 -0
- package/dist/components/form/e_slider/Sizes.vue +47 -0
- package/dist/components/form/e_time_picker/Document.vue +58 -0
- package/dist/components/form/e_time_picker/Using.vue +13 -0
- package/dist/components/geometry/css_3d/Document.vue +17 -0
- package/dist/components/geometry/css_3d/Using.vue +9 -0
- package/dist/components/layout/e_scroll_x/Document.vue +39 -0
- package/dist/components/layout/e_scroll_x/Using.vue +38 -0
- package/dist/components/navigation/e_dropdown/BasicUsage.vue +64 -0
- package/dist/components/navigation/e_dropdown/Contextmenu.vue +41 -0
- package/dist/components/navigation/e_dropdown/Document.vue +72 -0
- package/dist/components/navigation/e_dropdown/HoverTrigger.vue +66 -0
- package/dist/components/navigation/e_dropdown/NestedDropdown.vue +143 -0
- package/dist/components/navigation/e_tabs/Document.vue +33 -0
- package/dist/components/navigation/e_tabs/Using.vue +40 -0
- package/dist/directives/e_uuid_util/Document.vue +15 -0
- package/dist/directives/e_uuid_util/Using.vue +13 -0
- package/dist/index.js +13708 -0
- package/dist/other/advanced/gsap/BasicUsing.vue +26 -0
- package/dist/other/advanced/gsap/Document.vue +45 -0
- package/dist/other/advanced/gsap/GSAP/345/212/250/347/224/273 +0 -0
- package/dist/other/advanced/gsap/ScrollTrigger.vue +195 -0
- package/dist/other/advanced/gsap/ScrollX.vue +81 -0
- package/dist/other/advanced/gsap/Timeline.vue +30 -0
- package/dist/other/advanced/lottie/BasicUsing.vue +33 -0
- package/dist/other/advanced/lottie/Document.vue +30 -0
- package/dist/other/advanced/lottie/Lottie /345/212/250/347/224/273 +0 -0
- package/dist/other/advanced/rich_text_editor/Document.vue +24 -0
- package/dist/other/advanced/rich_text_editor/RichTextEditor.vue +105 -0
- package/dist/other/advanced/rich_text_editor/wangeditor_style.css +684 -0
- package/dist/other/advanced/sortablejs/Document.vue +32 -0
- package/dist/other/advanced/sortablejs/ShuttleFrame.vue +181 -0
- package/dist/other/advanced/sortablejs/Using.vue +68 -0
- package/dist/other/advanced/sortablejs/iconfont/iconfont.ttf +0 -0
- package/dist/other/advanced/sortablejs/iconfont/iconfont.woff +0 -0
- package/dist/other/advanced/sortablejs/iconfont/iconfont.woff2 +0 -0
- package/dist/other/advanced/spelling/Document.vue +17 -0
- package/dist/other/advanced/spelling/Using.vue +104 -0
- package/dist/other/advanced/svg/BasicUsing.vue +12 -0
- package/dist/other/advanced/svg/Document.vue +24 -0
- package/dist/other/advanced/svg/FeDisplacementMap/FeDisplacementMap.vue +30 -0
- package/dist/other/advanced/svg/FeDisplacementMap/example/Image.vue +41 -0
- package/dist/other/advanced/svg/FeDisplacementMap/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/dist/other/advanced/svg/FeDisplacementMap//344/275/215/347/275/256/346/233/277/346/215/242/346/273/244/351/225/234 +0 -0
- package/dist/other/advanced/svg/FeTurbulence/FeTurbulence.vue +28 -0
- package/dist/other/advanced/svg/FeTurbulence/example/Image.vue +41 -0
- package/dist/other/advanced/svg/FeTurbulence/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/dist/other/advanced/svg/FeTurbulence//346/271/215/346/265/201/346/273/244/351/225/234 +0 -0
- package/dist/other/canvas/base/Document.vue +15 -0
- package/dist/other/canvas/base/Using.vue +125 -0
- package/dist/other/canvas/burrow/Clip.vue +66 -0
- package/dist/other/canvas/burrow/Document.vue +36 -0
- package/dist/other/canvas/burrow/Erase.vue +58 -0
- package/dist/other/canvas/burrow/NonZeroSurroundRule.vue +70 -0
- package/dist/other/canvas/clip/Clip.vue +58 -0
- package/dist/other/canvas/clip/Document.vue +26 -0
- package/dist/other/canvas/definition/Document.vue +26 -0
- package/dist/other/canvas/definition/Using.vue +60 -0
- package/dist/other/echarts/basic/Document.vue +36 -0
- package/dist/other/echarts/basic/Label.vue +98 -0
- package/dist/other/echarts/data_zoom/Document.vue +38 -0
- package/dist/other/echarts/data_zoom/Using.vue +119 -0
- package/dist/other/echarts/data_zoom/img.svg +33 -0
- package/dist/other/echarts/gauge/Document.vue +38 -0
- package/dist/other/echarts/gauge/Gauge.vue +340 -0
- package/dist/other/echarts/gauge//344/273/252/350/241/250/347/233/230 +0 -0
- package/dist/other/echarts/liquidfill/Document.vue +46 -0
- package/dist/other/echarts/liquidfill/Using.vue +239 -0
- package/dist/other/git/sample_set/Document.vue +43 -0
- package/dist/other/git/sample_set/img/img.png +0 -0
- package/dist/other/git/sample_set/img/img_1.png +0 -0
- package/dist/other/git/sample_set/img/img_2.png +0 -0
- package/dist/other/layout/flex/Advanced.vue +104 -0
- package/dist/other/layout/flex/Advanced2.vue +181 -0
- package/dist/other/layout/flex/Base.vue +48 -0
- package/dist/other/layout/flex/Document.vue +57 -0
- package/dist/other/layout/flex/Grid.vue +54 -0
- package/dist/other/layout/flex/Height100.vue +35 -0
- package/dist/other/layout/flex/intro.md +1 -0
- package/dist/other/layout/grid/Base.vue +29 -0
- package/dist/other/layout/grid/Document.vue +54 -0
- package/dist/other/layout/grid/Grid.vue +28 -0
- package/dist/other/layout/grid/Height100.vue +35 -0
- package/dist/other/layout/grid/intro.md +1 -0
- package/dist/other/navigation/new_tab_page/Document.vue +18 -0
- package/dist/other/navigation/new_tab_page/OpenNewTabPage.vue +7 -0
- package/dist/other/navigation/new_tab_page/new-tab-page-demo.html +450 -0
- package/dist/other/network/sse/Document.vue +21 -0
- package/dist/other/network/sse/Using.vue +24 -0
- package/dist/other/network/sse/server/app.ts +62 -0
- package/dist/other/network/sse/server/static/text.md +99 -0
- package/dist/other/network/sse/server/utils/sleep.ts +5 -0
- package/dist/other/observer/mutation_observer/Document.vue +15 -0
- package/dist/other/observer/mutation_observer/Using.vue +46 -0
- package/dist/other/optimize/Document.vue +19 -0
- package/dist/other/optimize/HeavyComp.vue +19 -0
- package/dist/other/optimize/Using.vue +14 -0
- package/dist/other/optimize/useDefer.ts +28 -0
- package/dist/other/svg/base/BasicUsing.vue +12 -0
- package/dist/other/svg/base/Document.vue +24 -0
- package/dist/other/svg/base/FeDisplacementMap/FeDisplacementMap.vue +30 -0
- package/dist/other/svg/base/FeDisplacementMap/example/Image.vue +41 -0
- package/dist/other/svg/base/FeDisplacementMap/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/dist/other/svg/base/FeDisplacementMap//344/275/215/347/275/256/346/233/277/346/215/242/346/273/244/351/225/234 +0 -0
- package/dist/other/svg/base/FeTurbulence/FeTurbulence.vue +28 -0
- package/dist/other/svg/base/FeTurbulence/example/Image.vue +41 -0
- package/dist/other/svg/base/FeTurbulence/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/dist/other/svg/base/FeTurbulence//346/271/215/346/265/201/346/273/244/351/225/234 +0 -0
- package/dist/other/threejs/base/Document.vue +17 -0
- package/dist/other/threejs/base/Using.vue +127 -0
- package/dist/other/threejs/controller_sync/Document.vue +15 -0
- package/dist/other/threejs/controller_sync/Using.vue +347 -0
- package/dist/other/threejs/controller_sync/bone//345/217/214/350/204/232/345/206/205/344/276/247/350/270/242/347/220/203.fbx +0 -0
- package/dist/other/threejs/controller_sync/motion//345/217/214/350/204/232/345/206/205/344/276/247/350/270/242/347/220/203.fbx +0 -0
- package/dist/other/threejs/controller_sync/scene/EnvMapTexture.jpg +0 -0
- package/dist/other/threejs/controller_sync/scene//347/257/256/347/220/203/345/234/272.glb +0 -0
- package/dist/other/threejs/controller_sync/scene//347/276/275/346/257/233/347/220/203/345/234/272.glb +0 -0
- package/dist/other/threejs/phoenix/Document.vue +17 -0
- package/dist/other/threejs/phoenix/Using.vue +79 -0
- package/dist/other/vue/life_cycle/Child.vue +43 -0
- package/dist/other/vue/life_cycle/Document.vue +15 -0
- package/dist/other/vue/life_cycle/Using.vue +16 -0
- package/dist/utils/e_echarts_util/Document.vue +14 -0
- package/dist/utils/e_echarts_util/Using.vue +81 -0
- package/dist/utils/e_image_util/Document.vue +15 -0
- package/dist/utils/e_image_util/Using.vue +24 -0
- package/dist/utils/e_image_util/author_avatar.png +0 -0
- package/dist/utils/e_uuid_util/Document.vue +15 -0
- package/dist/utils/e_uuid_util/Using.vue +13 -0
- package/dist/utils/type_utils/Document.vue +16 -0
- package/dist/utils/type_utils/TupleType.vue +16 -0
- package/package.json +33 -0
- package/public/README.md +633 -0
- package/public/components/advanced/e_parallax_scrolling/Document.vue +23 -0
- package/public/components/advanced/e_parallax_scrolling/Using.vue +20 -0
- package/public/components/advanced/e_parallax_scrolling/img.png +0 -0
- package/public/components/advanced/e_parallax_scrolling/img_1.png +0 -0
- package/public/components/advanced/e_parallax_scrolling//350/247/206/345/267/256/346/273/232/345/212/250 +0 -0
- package/public/components/advanced/e_rolling_follow/Document.vue +21 -0
- package/public/components/advanced/e_rolling_follow/Using.vue +54 -0
- package/public/components/advanced/e_virtual_list/ComprehensiveCase.vue +209 -0
- package/public/components/advanced/e_virtual_list/Document.vue +68 -0
- package/public/components/advanced/e_virtual_list/DynamicData.vue +42 -0
- package/public/components/advanced/e_virtual_list/Using.vue +32 -0
- package/public/components/advanced/e_virtual_list/iconfont/iconfont.css +19 -0
- package/public/components/advanced/e_virtual_list/iconfont/iconfont.ttf +0 -0
- package/public/components/advanced/e_virtual_list/iconfont/iconfont.woff +0 -0
- package/public/components/advanced/e_virtual_list/iconfont/iconfont.woff2 +0 -0
- package/public/components/advanced/e_virtual_list/img.png +0 -0
- package/public/components/advanced/e_watermark/AutoSize.vue +89 -0
- package/public/components/advanced/e_watermark/BasicUsing.vue +9 -0
- package/public/components/advanced/e_watermark/CustomFont.vue +73 -0
- package/public/components/advanced/e_watermark/CustomStyle.vue +76 -0
- package/public/components/advanced/e_watermark/Dense.vue +28 -0
- package/public/components/advanced/e_watermark/Document.vue +197 -0
- package/public/components/advanced/e_watermark/HighZIndex.vue +105 -0
- package/public/components/advanced/e_watermark/ImageWatermark.vue +31 -0
- package/public/components/advanced/e_watermark/MultiLine.vue +29 -0
- package/public/components/advanced/e_watermark/OpacityWatermark.vue +73 -0
- package/public/components/ai/typing_effect/Document.vue +47 -0
- package/public/components/ai/typing_effect/Using1.vue +189 -0
- package/public/components/ai/typing_effect/Using2.vue +167 -0
- package/public/components/basic/e_badge/BasicBadge.vue +31 -0
- package/public/components/basic/e_badge/Document.vue +137 -0
- package/public/components/basic/e_badge/DotBadge.vue +35 -0
- package/public/components/basic/e_badge/MaxBadge.vue +33 -0
- package/public/components/basic/e_badge/ShowZeroBadge.vue +30 -0
- package/public/components/basic/e_badge/SizeBadge.vue +29 -0
- package/public/components/basic/e_badge/TypeBadge.vue +36 -0
- package/public/components/basic/e_button/CircleButtons.vue +30 -0
- package/public/components/basic/e_button/DisabledButtons.vue +30 -0
- package/public/components/basic/e_button/Document.vue +171 -0
- package/public/components/basic/e_button/LoadingButtons.vue +30 -0
- package/public/components/basic/e_button/NormalButtons.vue +30 -0
- package/public/components/basic/e_button/PlainButtons.vue +30 -0
- package/public/components/basic/e_button/RoundButtons.vue +30 -0
- package/public/components/basic/e_button/RoundedRectangleButtons.vue +35 -0
- package/public/components/basic/e_button/SizeButtons.vue +19 -0
- package/public/components/basic/e_button/Using.vue +89 -0
- package/public/components/basic/e_card/BasicCard.vue +9 -0
- package/public/components/basic/e_card/BorderlessCard.vue +8 -0
- package/public/components/basic/e_card/ComplexContentCard.vue +92 -0
- package/public/components/basic/e_card/CustomHeaderCard.vue +24 -0
- package/public/components/basic/e_card/Document.vue +131 -0
- package/public/components/basic/e_card/FooterCard.vue +12 -0
- package/public/components/basic/e_card/ShadowCard.vue +30 -0
- package/public/components/basic/e_card/SizesCard.vue +29 -0
- package/public/components/basic/e_svg_icon/Document.vue +38 -0
- package/public/components/basic/e_svg_icon/Using.vue +7 -0
- package/public/components/basic/e_underline/BaseUsing.vue +13 -0
- package/public/components/basic/e_underline/Document.vue +27 -0
- package/public/components/basic/e_underline/ImgUsing.vue +36 -0
- package/public/components/data/e_calendar/Document.vue +41 -0
- package/public/components/data/e_calendar/Using.vue +9 -0
- package/public/components/data/e_calendar//346/227/245/345/216/206 +0 -0
- package/public/components/data/e_carousel/Document.vue +143 -0
- package/public/components/data/e_carousel/Using.vue +20 -0
- package/public/components/data/e_carousel/Using1.vue +23 -0
- package/public/components/data/e_carousel/Using2.vue +17 -0
- package/public/components/data/e_carousel/Using3.vue +17 -0
- package/public/components/data/e_collapse/Document.vue +40 -0
- package/public/components/data/e_collapse/Using.vue +9 -0
- package/public/components/data/e_collapse//346/212/230/345/217/240/351/235/242/346/235/277 +0 -0
- package/public/components/data/e_image/Document.vue +71 -0
- package/public/components/data/e_image/Using.vue +21 -0
- package/public/components/data/e_image/img.png +0 -0
- package/public/components/data/e_list/BasicUsage.vue +18 -0
- package/public/components/data/e_list/CustomCheckboxUsage.vue +22 -0
- package/public/components/data/e_list/CustomEmptyDataUsage.vue +38 -0
- package/public/components/data/e_list/CustomRowUsage.vue +64 -0
- package/public/components/data/e_list/DividerUsage.vue +20 -0
- package/public/components/data/e_list/Document.vue +261 -0
- package/public/components/data/e_list/EmptyDataUsage.vue +3 -0
- package/public/components/data/e_list/EventUsage.vue +23 -0
- package/public/components/data/e_list/MultipleSelectUsage.vue +22 -0
- package/public/components/data/e_list/SingleSelectUsage.vue +21 -0
- package/public/components/data/e_list/SizeUsage.vue +35 -0
- package/public/components/data/e_media_viewer/Document.vue +39 -0
- package/public/components/data/e_media_viewer/Using.vue +30 -0
- package/public/components/data/e_media_viewer/img.png +0 -0
- package/public/components/data/e_progress/BasicProgress.vue +21 -0
- package/public/components/data/e_progress/CircleProgress.vue +23 -0
- package/public/components/data/e_progress/CustomColorProgress.vue +63 -0
- package/public/components/data/e_progress/Document.vue +179 -0
- package/public/components/data/e_progress/IndeterminateProgress.vue +49 -0
- package/public/components/data/e_progress/ProgressSize.vue +50 -0
- package/public/components/data/e_progress/ProgressStatus.vue +21 -0
- package/public/components/data/e_progress/ProgressText.vue +52 -0
- package/public/components/data/e_rolling_pagination/Document.vue +21 -0
- package/public/components/data/e_rolling_pagination/Using.vue +33 -0
- package/public/components/data/e_rolling_pagination//346/273/232/345/212/250/345/210/206/351/241/265 +0 -0
- package/public/components/data/e_skeleton/Document.vue +26 -0
- package/public/components/data/e_skeleton/Using.vue +18 -0
- package/public/components/data/e_skeleton//351/252/250/346/236/266 +0 -0
- package/public/components/data/e_table/Document.vue +85 -0
- package/public/components/data/e_table/Using.vue +131 -0
- package/public/components/data/e_timeline/Document.vue +90 -0
- package/public/components/data/e_timeline/Using.vue +124 -0
- package/public/components/feedback/e_dialog/AsyncUsing.vue +30 -0
- package/public/components/feedback/e_dialog/BaseUsing.vue +15 -0
- package/public/components/feedback/e_dialog/Document.vue +26 -0
- package/public/components/feedback/e_drawer/BaseUsing.vue +35 -0
- package/public/components/feedback/e_drawer/DirectionUsing.vue +93 -0
- package/public/components/feedback/e_drawer/Document.vue +153 -0
- package/public/components/feedback/e_drawer/LargeSizeDrawer.vue +29 -0
- package/public/components/feedback/e_drawer/MediumSizeDrawer.vue +29 -0
- package/public/components/feedback/e_drawer/SizeUsing.vue +67 -0
- package/public/components/feedback/e_drawer/SmallSizeDrawer.vue +29 -0
- package/public/components/feedback/e_message/Document.vue +18 -0
- package/public/components/feedback/e_message/Using.vue +16 -0
- package/public/components/feedback/e_message_box/BaseUsing.vue +11 -0
- package/public/components/feedback/e_message_box/Document.vue +18 -0
- package/public/components/feedback/e_message_box/intro.md +12 -0
- package/public/components/feedback/e_notification/AllPositionsNotification.vue +35 -0
- package/public/components/feedback/e_notification/BasicTypesNotification.vue +47 -0
- package/public/components/feedback/e_notification/ClickableNotification.vue +18 -0
- package/public/components/feedback/e_notification/Document.vue +147 -0
- package/public/components/feedback/e_notification/ManualCloseNotification.vue +17 -0
- package/public/components/feedback/e_notification/Using.vue +253 -0
- package/public/components/feedback/e_popover/BasicUsage.vue +51 -0
- package/public/components/feedback/e_popover/ContextmenuTrigger.vue +27 -0
- package/public/components/feedback/e_popover/CustomContent.vue +43 -0
- package/public/components/feedback/e_popover/CustomTrigger.vue +39 -0
- package/public/components/feedback/e_popover/Document.vue +84 -0
- package/public/components/feedback/e_popover/HoverTrigger.vue +29 -0
- package/public/components/feedback/e_popover/SizeVariants.vue +36 -0
- package/public/components/feedback/e_popover/Using.vue +177 -0
- package/public/components/feedback/e_tooltip/Document.vue +42 -0
- package/public/components/feedback/e_tooltip/SizeUsing.vue +28 -0
- package/public/components/feedback/e_tooltip/Using.vue +44 -0
- package/public/components/form/e_checkbox/Document.vue +88 -0
- package/public/components/form/e_checkbox/Using.vue +10 -0
- package/public/components/form/e_color_picker/Document.vue +55 -0
- package/public/components/form/e_color_picker/Using.vue +10 -0
- package/public/components/form/e_condition_group/Document.vue +52 -0
- package/public/components/form/e_condition_group/Using.vue +165 -0
- package/public/components/form/e_file_selector/Document.vue +50 -0
- package/public/components/form/e_file_selector/Using.vue +44 -0
- package/public/components/form/e_form/BaseUsage.vue +155 -0
- package/public/components/form/e_form/Document.vue +93 -0
- package/public/components/form/e_form/LoginForm.vue +150 -0
- package/public/components/form/e_form/RegisterForm.vue +46 -0
- package/public/components/form/e_form/iconfont/iconfont.css +67 -0
- package/public/components/form/e_form/iconfont/iconfont.ttf +0 -0
- package/public/components/form/e_form/iconfont/iconfont.woff +0 -0
- package/public/components/form/e_form/iconfont/iconfont.woff2 +0 -0
- package/public/components/form/e_input/BaseUsage.vue +16 -0
- package/public/components/form/e_input/Clearable.vue +24 -0
- package/public/components/form/e_input/Document.vue +111 -0
- package/public/components/form/e_input/Number.vue +10 -0
- package/public/components/form/e_input/Password.vue +52 -0
- package/public/components/form/e_input/iconfont/iconfont.css +67 -0
- package/public/components/form/e_input/iconfont/iconfont.ttf +0 -0
- package/public/components/form/e_input/iconfont/iconfont.woff +0 -0
- package/public/components/form/e_input/iconfont/iconfont.woff2 +0 -0
- package/public/components/form/e_radio/Document.vue +88 -0
- package/public/components/form/e_radio/Using.vue +14 -0
- package/public/components/form/e_select/Document.vue +32 -0
- package/public/components/form/e_select/Using.vue +24 -0
- package/public/components/form/e_select//351/200/211/351/241/271/346/241/206 +0 -0
- package/public/components/form/e_slider/BaseUsage.vue +10 -0
- package/public/components/form/e_slider/CustomRange.vue +21 -0
- package/public/components/form/e_slider/Disabled.vue +10 -0
- package/public/components/form/e_slider/Document.vue +55 -0
- package/public/components/form/e_slider/ShowValue.vue +10 -0
- package/public/components/form/e_slider/Sizes.vue +47 -0
- package/public/components/form/e_time_picker/Document.vue +58 -0
- package/public/components/form/e_time_picker/Using.vue +13 -0
- package/public/components/geometry/css_3d/Document.vue +17 -0
- package/public/components/geometry/css_3d/Using.vue +9 -0
- package/public/components/layout/e_scroll_x/Document.vue +39 -0
- package/public/components/layout/e_scroll_x/Using.vue +38 -0
- package/public/components/navigation/e_dropdown/BasicUsage.vue +64 -0
- package/public/components/navigation/e_dropdown/Contextmenu.vue +41 -0
- package/public/components/navigation/e_dropdown/Document.vue +72 -0
- package/public/components/navigation/e_dropdown/HoverTrigger.vue +66 -0
- package/public/components/navigation/e_dropdown/NestedDropdown.vue +143 -0
- package/public/components/navigation/e_tabs/Document.vue +33 -0
- package/public/components/navigation/e_tabs/Using.vue +40 -0
- package/public/directives/e_uuid_util/Document.vue +15 -0
- package/public/directives/e_uuid_util/Using.vue +13 -0
- package/public/other/advanced/gsap/BasicUsing.vue +26 -0
- package/public/other/advanced/gsap/Document.vue +45 -0
- package/public/other/advanced/gsap/GSAP/345/212/250/347/224/273 +0 -0
- package/public/other/advanced/gsap/ScrollTrigger.vue +195 -0
- package/public/other/advanced/gsap/ScrollX.vue +81 -0
- package/public/other/advanced/gsap/Timeline.vue +30 -0
- package/public/other/advanced/lottie/BasicUsing.vue +33 -0
- package/public/other/advanced/lottie/Document.vue +30 -0
- package/public/other/advanced/lottie/Lottie /345/212/250/347/224/273 +0 -0
- package/public/other/advanced/rich_text_editor/Document.vue +24 -0
- package/public/other/advanced/rich_text_editor/RichTextEditor.vue +105 -0
- package/public/other/advanced/rich_text_editor/wangeditor_style.css +684 -0
- package/public/other/advanced/sortablejs/Document.vue +32 -0
- package/public/other/advanced/sortablejs/ShuttleFrame.vue +181 -0
- package/public/other/advanced/sortablejs/Using.vue +68 -0
- package/public/other/advanced/sortablejs/iconfont/iconfont.ttf +0 -0
- package/public/other/advanced/sortablejs/iconfont/iconfont.woff +0 -0
- package/public/other/advanced/sortablejs/iconfont/iconfont.woff2 +0 -0
- package/public/other/advanced/spelling/Document.vue +17 -0
- package/public/other/advanced/spelling/Using.vue +104 -0
- package/public/other/advanced/svg/BasicUsing.vue +12 -0
- package/public/other/advanced/svg/Document.vue +24 -0
- package/public/other/advanced/svg/FeDisplacementMap/FeDisplacementMap.vue +30 -0
- package/public/other/advanced/svg/FeDisplacementMap/example/Image.vue +41 -0
- package/public/other/advanced/svg/FeDisplacementMap/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/public/other/advanced/svg/FeDisplacementMap//344/275/215/347/275/256/346/233/277/346/215/242/346/273/244/351/225/234 +0 -0
- package/public/other/advanced/svg/FeTurbulence/FeTurbulence.vue +28 -0
- package/public/other/advanced/svg/FeTurbulence/example/Image.vue +41 -0
- package/public/other/advanced/svg/FeTurbulence/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/public/other/advanced/svg/FeTurbulence//346/271/215/346/265/201/346/273/244/351/225/234 +0 -0
- package/public/other/canvas/base/Document.vue +15 -0
- package/public/other/canvas/base/Using.vue +125 -0
- package/public/other/canvas/burrow/Clip.vue +66 -0
- package/public/other/canvas/burrow/Document.vue +36 -0
- package/public/other/canvas/burrow/Erase.vue +58 -0
- package/public/other/canvas/burrow/NonZeroSurroundRule.vue +70 -0
- package/public/other/canvas/clip/Clip.vue +58 -0
- package/public/other/canvas/clip/Document.vue +26 -0
- package/public/other/canvas/definition/Document.vue +26 -0
- package/public/other/canvas/definition/Using.vue +60 -0
- package/public/other/echarts/basic/Document.vue +36 -0
- package/public/other/echarts/basic/Label.vue +98 -0
- package/public/other/echarts/data_zoom/Document.vue +38 -0
- package/public/other/echarts/data_zoom/Using.vue +119 -0
- package/public/other/echarts/data_zoom/img.svg +33 -0
- package/public/other/echarts/gauge/Document.vue +38 -0
- package/public/other/echarts/gauge/Gauge.vue +340 -0
- package/public/other/echarts/gauge//344/273/252/350/241/250/347/233/230 +0 -0
- package/public/other/echarts/liquidfill/Document.vue +46 -0
- package/public/other/echarts/liquidfill/Using.vue +239 -0
- package/public/other/git/sample_set/Document.vue +43 -0
- package/public/other/git/sample_set/img/img.png +0 -0
- package/public/other/git/sample_set/img/img_1.png +0 -0
- package/public/other/git/sample_set/img/img_2.png +0 -0
- package/public/other/layout/flex/Advanced.vue +104 -0
- package/public/other/layout/flex/Advanced2.vue +181 -0
- package/public/other/layout/flex/Base.vue +48 -0
- package/public/other/layout/flex/Document.vue +57 -0
- package/public/other/layout/flex/Grid.vue +54 -0
- package/public/other/layout/flex/Height100.vue +35 -0
- package/public/other/layout/flex/intro.md +1 -0
- package/public/other/layout/grid/Base.vue +29 -0
- package/public/other/layout/grid/Document.vue +54 -0
- package/public/other/layout/grid/Grid.vue +28 -0
- package/public/other/layout/grid/Height100.vue +35 -0
- package/public/other/layout/grid/intro.md +1 -0
- package/public/other/navigation/new_tab_page/Document.vue +18 -0
- package/public/other/navigation/new_tab_page/OpenNewTabPage.vue +7 -0
- package/public/other/navigation/new_tab_page/new-tab-page-demo.html +450 -0
- package/public/other/network/sse/Document.vue +21 -0
- package/public/other/network/sse/Using.vue +24 -0
- package/public/other/network/sse/server/app.ts +62 -0
- package/public/other/network/sse/server/static/text.md +99 -0
- package/public/other/network/sse/server/utils/sleep.ts +5 -0
- package/public/other/observer/mutation_observer/Document.vue +15 -0
- package/public/other/observer/mutation_observer/Using.vue +46 -0
- package/public/other/optimize/Document.vue +19 -0
- package/public/other/optimize/HeavyComp.vue +19 -0
- package/public/other/optimize/Using.vue +14 -0
- package/public/other/optimize/useDefer.ts +28 -0
- package/public/other/svg/base/BasicUsing.vue +12 -0
- package/public/other/svg/base/Document.vue +24 -0
- package/public/other/svg/base/FeDisplacementMap/FeDisplacementMap.vue +30 -0
- package/public/other/svg/base/FeDisplacementMap/example/Image.vue +41 -0
- package/public/other/svg/base/FeDisplacementMap/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/public/other/svg/base/FeDisplacementMap//344/275/215/347/275/256/346/233/277/346/215/242/346/273/244/351/225/234 +0 -0
- package/public/other/svg/base/FeTurbulence/FeTurbulence.vue +28 -0
- package/public/other/svg/base/FeTurbulence/example/Image.vue +41 -0
- package/public/other/svg/base/FeTurbulence/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/public/other/svg/base/FeTurbulence//346/271/215/346/265/201/346/273/244/351/225/234 +0 -0
- package/public/other/threejs/base/Document.vue +17 -0
- package/public/other/threejs/base/Using.vue +127 -0
- package/public/other/threejs/controller_sync/Document.vue +15 -0
- package/public/other/threejs/controller_sync/Using.vue +347 -0
- package/public/other/threejs/controller_sync/bone//345/217/214/350/204/232/345/206/205/344/276/247/350/270/242/347/220/203.fbx +0 -0
- package/public/other/threejs/controller_sync/motion//345/217/214/350/204/232/345/206/205/344/276/247/350/270/242/347/220/203.fbx +0 -0
- package/public/other/threejs/controller_sync/scene/EnvMapTexture.jpg +0 -0
- package/public/other/threejs/controller_sync/scene//347/257/256/347/220/203/345/234/272.glb +0 -0
- package/public/other/threejs/controller_sync/scene//347/276/275/346/257/233/347/220/203/345/234/272.glb +0 -0
- package/public/other/threejs/phoenix/Document.vue +17 -0
- package/public/other/threejs/phoenix/Using.vue +79 -0
- package/public/other/vue/life_cycle/Child.vue +43 -0
- package/public/other/vue/life_cycle/Document.vue +15 -0
- package/public/other/vue/life_cycle/Using.vue +16 -0
- package/public/utils/e_echarts_util/Document.vue +14 -0
- package/public/utils/e_echarts_util/Using.vue +81 -0
- package/public/utils/e_image_util/Document.vue +15 -0
- package/public/utils/e_image_util/Using.vue +24 -0
- package/public/utils/e_image_util/author_avatar.png +0 -0
- package/public/utils/e_uuid_util/Document.vue +15 -0
- package/public/utils/e_uuid_util/Using.vue +13 -0
- package/public/utils/type_utils/Document.vue +16 -0
- package/public/utils/type_utils/TupleType.vue +16 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import DemoBox from '@/components/DemoBox/DemoBox.vue';
|
|
3
|
+
import src from './Using.vue?raw';
|
|
4
|
+
import Using from './Using.vue';
|
|
5
|
+
import PageLayout from '@/components/PageLayout.vue';
|
|
6
|
+
import APITable from '@/components/APITable.vue';
|
|
7
|
+
</script>
|
|
8
|
+
|
|
9
|
+
<template>
|
|
10
|
+
<PageLayout>
|
|
11
|
+
<DemoBox title="介绍">
|
|
12
|
+
<h2>EFileSelector 文件选择器</h2>
|
|
13
|
+
<p>文件选择器组件用于选择文件或文件夹。</p>
|
|
14
|
+
</DemoBox>
|
|
15
|
+
<DemoBox :code="src" title="基本用法">
|
|
16
|
+
<Using />
|
|
17
|
+
<template #description>
|
|
18
|
+
按钮有五种类型:主按钮、次按钮、虚线按钮、文本按钮和链接按钮。主按钮在同一个操作区域最多出现一次。
|
|
19
|
+
</template>
|
|
20
|
+
</DemoBox>
|
|
21
|
+
<APITable
|
|
22
|
+
:data="[
|
|
23
|
+
{
|
|
24
|
+
subTitle: 'EFileSelector Props',
|
|
25
|
+
list: [
|
|
26
|
+
{
|
|
27
|
+
name: 'access-file-types',
|
|
28
|
+
description: '允许的文件类型',
|
|
29
|
+
type: 'string[]',
|
|
30
|
+
defaultValue: '--',
|
|
31
|
+
required: true,
|
|
32
|
+
},
|
|
33
|
+
],
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
subTitle: 'EFileSelector Events',
|
|
37
|
+
list: [
|
|
38
|
+
{
|
|
39
|
+
name: 'change',
|
|
40
|
+
description: '文件选择改变时触发',
|
|
41
|
+
type: 'function (files: File[])',
|
|
42
|
+
defaultValue: '--',
|
|
43
|
+
required: false,
|
|
44
|
+
},
|
|
45
|
+
],
|
|
46
|
+
},
|
|
47
|
+
]"
|
|
48
|
+
/>
|
|
49
|
+
</PageLayout>
|
|
50
|
+
</template>
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { reactive } from 'vue';
|
|
3
|
+
import { EFileSelector } from 'exploria-ui';
|
|
4
|
+
|
|
5
|
+
const fileInfo = reactive({
|
|
6
|
+
filename: '',
|
|
7
|
+
fileSize: 0,
|
|
8
|
+
baseUrl: '',
|
|
9
|
+
});
|
|
10
|
+
const handleChange = (file: File) => {
|
|
11
|
+
fileInfo.filename = file.name;
|
|
12
|
+
fileInfo.fileSize = file.size;
|
|
13
|
+
fileInfo.baseUrl = URL.createObjectURL(file);
|
|
14
|
+
console.log(URL.createObjectURL(file));
|
|
15
|
+
};
|
|
16
|
+
</script>
|
|
17
|
+
|
|
18
|
+
<template>
|
|
19
|
+
<EFileSelector
|
|
20
|
+
@change="(file) => handleChange(file)"
|
|
21
|
+
:access-file-types="['mp3']"
|
|
22
|
+
>
|
|
23
|
+
<template #changed>
|
|
24
|
+
<div>
|
|
25
|
+
<video
|
|
26
|
+
:src="fileInfo.baseUrl"
|
|
27
|
+
autoplay
|
|
28
|
+
muted
|
|
29
|
+
style="height: 100px; width: 200px; object-fit: scale-down"
|
|
30
|
+
/>
|
|
31
|
+
<div>文件名:{{ fileInfo.filename }}</div>
|
|
32
|
+
<div>文件大小:{{ fileInfo.fileSize }}</div>
|
|
33
|
+
</div>
|
|
34
|
+
</template>
|
|
35
|
+
</EFileSelector>
|
|
36
|
+
</template>
|
|
37
|
+
|
|
38
|
+
<style scoped lang="scss">
|
|
39
|
+
.file-selector {
|
|
40
|
+
width: 300px;
|
|
41
|
+
height: 200px;
|
|
42
|
+
font-size: 14px;
|
|
43
|
+
}
|
|
44
|
+
</style>
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import {
|
|
3
|
+
EButton,
|
|
4
|
+
ECheckbox,
|
|
5
|
+
EForm,
|
|
6
|
+
EFormItem,
|
|
7
|
+
EInput,
|
|
8
|
+
EMessage,
|
|
9
|
+
ERadio,
|
|
10
|
+
ESelect,
|
|
11
|
+
ESlider,
|
|
12
|
+
EColorPicker,
|
|
13
|
+
} from 'exploria-ui';
|
|
14
|
+
import { reactive, ref } from 'vue';
|
|
15
|
+
|
|
16
|
+
const formData = reactive({
|
|
17
|
+
username: '',
|
|
18
|
+
password: '',
|
|
19
|
+
captchaCode: '',
|
|
20
|
+
remember: false,
|
|
21
|
+
sliderValue: 0,
|
|
22
|
+
color: '#000000',
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
const captchaSrc = new URL('@/assets/author_avatar.png', import.meta.url)
|
|
26
|
+
.pathname;
|
|
27
|
+
const labelPositionOpsions = ['left', 'right', 'top'] as const;
|
|
28
|
+
const labelPosition = ref(labelPositionOpsions[0]);
|
|
29
|
+
const errorPositionOptions = ['static', 'absolute'] as const;
|
|
30
|
+
const errorPosition = ref<'static' | 'absolute'>(errorPositionOptions[0]);
|
|
31
|
+
const labelWidth = ref('100px');
|
|
32
|
+
</script>
|
|
33
|
+
|
|
34
|
+
<template>
|
|
35
|
+
<EForm
|
|
36
|
+
:label-position="labelPosition"
|
|
37
|
+
:label-width="labelWidth"
|
|
38
|
+
:error-position="errorPosition"
|
|
39
|
+
>
|
|
40
|
+
<EFormItem
|
|
41
|
+
label="标签宽度"
|
|
42
|
+
:show-error="!formData.username"
|
|
43
|
+
error-message="用户名不能为空"
|
|
44
|
+
>
|
|
45
|
+
<ESelect
|
|
46
|
+
:items="
|
|
47
|
+
['100px', 'auto'].map((item) => ({
|
|
48
|
+
label: item,
|
|
49
|
+
value: item,
|
|
50
|
+
}))
|
|
51
|
+
"
|
|
52
|
+
v-model="labelWidth"
|
|
53
|
+
>
|
|
54
|
+
</ESelect>
|
|
55
|
+
</EFormItem>
|
|
56
|
+
<EFormItem
|
|
57
|
+
label="错误信息定位方式"
|
|
58
|
+
:show-error="!formData.username"
|
|
59
|
+
error-message="用户名不能为空"
|
|
60
|
+
>
|
|
61
|
+
<ESelect
|
|
62
|
+
:items="
|
|
63
|
+
errorPositionOptions.map((item) => ({
|
|
64
|
+
label: item,
|
|
65
|
+
value: item,
|
|
66
|
+
}))
|
|
67
|
+
"
|
|
68
|
+
v-model="errorPosition"
|
|
69
|
+
>
|
|
70
|
+
</ESelect>
|
|
71
|
+
</EFormItem>
|
|
72
|
+
<EFormItem
|
|
73
|
+
label="标题方向"
|
|
74
|
+
:show-error="true"
|
|
75
|
+
error-message="这个错误是一直显示的"
|
|
76
|
+
>
|
|
77
|
+
<ESelect
|
|
78
|
+
:items="
|
|
79
|
+
labelPositionOpsions.map((item) => ({
|
|
80
|
+
label: item,
|
|
81
|
+
value: item,
|
|
82
|
+
}))
|
|
83
|
+
"
|
|
84
|
+
v-model="labelPosition"
|
|
85
|
+
>
|
|
86
|
+
</ESelect>
|
|
87
|
+
</EFormItem>
|
|
88
|
+
<EFormItem
|
|
89
|
+
label="颜色选择器"
|
|
90
|
+
:show-error="!formData.username"
|
|
91
|
+
error-message="用户名不能为空"
|
|
92
|
+
>
|
|
93
|
+
<EColorPicker v-model="formData.color" />
|
|
94
|
+
</EFormItem>
|
|
95
|
+
<EFormItem
|
|
96
|
+
label="用户名"
|
|
97
|
+
:show-error="!formData.username"
|
|
98
|
+
error-message="用户名不能为空"
|
|
99
|
+
>
|
|
100
|
+
<EInput
|
|
101
|
+
type="text"
|
|
102
|
+
placeholder="用户名"
|
|
103
|
+
v-model="formData.username"
|
|
104
|
+
clearable
|
|
105
|
+
/>
|
|
106
|
+
</EFormItem>
|
|
107
|
+
<EFormItem
|
|
108
|
+
label="密码"
|
|
109
|
+
:show-error="!formData.password"
|
|
110
|
+
error-message="密码不能为空"
|
|
111
|
+
>
|
|
112
|
+
<EInput
|
|
113
|
+
type="password"
|
|
114
|
+
placeholder="请输入密码"
|
|
115
|
+
v-model="formData.password"
|
|
116
|
+
clearable
|
|
117
|
+
/>
|
|
118
|
+
</EFormItem>
|
|
119
|
+
<EFormItem
|
|
120
|
+
label="验证码"
|
|
121
|
+
:show-error="!formData.captchaCode"
|
|
122
|
+
error-message="验证码不能为空"
|
|
123
|
+
>
|
|
124
|
+
<EInput
|
|
125
|
+
type="captcha"
|
|
126
|
+
placeholder="请输入验证码"
|
|
127
|
+
:src="captchaSrc"
|
|
128
|
+
v-model="formData.captchaCode"
|
|
129
|
+
@click:img="
|
|
130
|
+
() => {
|
|
131
|
+
EMessage.success('点击了验证码');
|
|
132
|
+
}
|
|
133
|
+
"
|
|
134
|
+
>
|
|
135
|
+
</EInput>
|
|
136
|
+
</EFormItem>
|
|
137
|
+
<EFormItem label="登录选项">
|
|
138
|
+
<ECheckbox v-model="formData.remember">记住密码</ECheckbox>
|
|
139
|
+
</EFormItem>
|
|
140
|
+
<EFormItem label="登录选项">
|
|
141
|
+
<ERadio v-model="formData.remember">记住密码</ERadio>
|
|
142
|
+
</EFormItem>
|
|
143
|
+
<EFormItem label="滑块">
|
|
144
|
+
<ESlider
|
|
145
|
+
v-model="formData.sliderValue"
|
|
146
|
+
:max="100"
|
|
147
|
+
:min="0"
|
|
148
|
+
:step="1"
|
|
149
|
+
/>
|
|
150
|
+
</EFormItem>
|
|
151
|
+
<EFormItem>
|
|
152
|
+
<EButton type="primary">登录</EButton>
|
|
153
|
+
</EFormItem>
|
|
154
|
+
</EForm>
|
|
155
|
+
</template>
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import DemoBox from '@/components/DemoBox/DemoBox.vue';
|
|
3
|
+
import PageLayout from '@/components/PageLayout.vue';
|
|
4
|
+
import LoginForm from './LoginForm.vue';
|
|
5
|
+
import LoginFormCode from './LoginForm.vue?raw';
|
|
6
|
+
import RegisterForm from './RegisterForm.vue';
|
|
7
|
+
import RegisterFormCode from './RegisterForm.vue?raw';
|
|
8
|
+
import APITable from '@/components/APITable.vue';
|
|
9
|
+
import BaseUsage from './BaseUsage.vue';
|
|
10
|
+
import BaseUsageCode from './BaseUsage.vue?raw';
|
|
11
|
+
const direction = "'row' | 'column'";
|
|
12
|
+
</script>
|
|
13
|
+
|
|
14
|
+
<template>
|
|
15
|
+
<PageLayout>
|
|
16
|
+
<DemoBox title="介绍">
|
|
17
|
+
<h2>EForm 表单</h2>
|
|
18
|
+
<p>表单组件用于收集用户输入的信息。</p>
|
|
19
|
+
</DemoBox>
|
|
20
|
+
<DemoBox :code="BaseUsageCode" title="基本用法">
|
|
21
|
+
<BaseUsage />
|
|
22
|
+
<template #description> 登录表单</template>
|
|
23
|
+
</DemoBox>
|
|
24
|
+
<DemoBox :code="LoginFormCode" title="登录表单">
|
|
25
|
+
<LoginForm />
|
|
26
|
+
<template #description> 登录表单</template>
|
|
27
|
+
</DemoBox>
|
|
28
|
+
<DemoBox :code="RegisterFormCode" title="注册表单">
|
|
29
|
+
<RegisterForm />
|
|
30
|
+
<template #description> 注册表单</template>
|
|
31
|
+
</DemoBox>
|
|
32
|
+
<APITable
|
|
33
|
+
:data="[
|
|
34
|
+
{
|
|
35
|
+
subTitle: 'EForm Events',
|
|
36
|
+
list: [
|
|
37
|
+
{
|
|
38
|
+
name: 'submit',
|
|
39
|
+
description: 'html 原生 submit 事件',
|
|
40
|
+
type: 'function',
|
|
41
|
+
defaultValue: '--',
|
|
42
|
+
required: false,
|
|
43
|
+
},
|
|
44
|
+
],
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
subTitle: 'EFormItem Props',
|
|
48
|
+
list: [
|
|
49
|
+
{
|
|
50
|
+
name: 'label',
|
|
51
|
+
description: '标签',
|
|
52
|
+
type: 'string',
|
|
53
|
+
defaultValue: '\'\'',
|
|
54
|
+
required: false,
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
name: 'direction',
|
|
58
|
+
description: '方向',
|
|
59
|
+
type: direction,
|
|
60
|
+
defaultValue: 'column',
|
|
61
|
+
required: false,
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
name: 'required',
|
|
65
|
+
description: '是否必填',
|
|
66
|
+
type: 'boolean',
|
|
67
|
+
defaultValue: false,
|
|
68
|
+
required: false,
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
name: 'show-error',
|
|
72
|
+
description: '是否显示错误信息',
|
|
73
|
+
type: 'boolean',
|
|
74
|
+
defaultValue: 'false',
|
|
75
|
+
required: false,
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
name: 'error-message',
|
|
79
|
+
description: '错误信息',
|
|
80
|
+
type: 'string',
|
|
81
|
+
defaultValue: '\'\'',
|
|
82
|
+
required: false,
|
|
83
|
+
},
|
|
84
|
+
],
|
|
85
|
+
},
|
|
86
|
+
]"
|
|
87
|
+
/>
|
|
88
|
+
</PageLayout>
|
|
89
|
+
</template>
|
|
90
|
+
|
|
91
|
+
<style scoped lang="scss">
|
|
92
|
+
@use '@/style/global' as global;
|
|
93
|
+
</style>
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { onMounted, reactive, ref } from 'vue';
|
|
3
|
+
import { EButton, EFormItem, EInput, EMessage, EUUIDUtil } from 'exploria-ui';
|
|
4
|
+
import axios from 'axios';
|
|
5
|
+
|
|
6
|
+
const formData = reactive({
|
|
7
|
+
username: '',
|
|
8
|
+
password: '',
|
|
9
|
+
captchaCode: '',
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
let captchaKey = '';
|
|
13
|
+
|
|
14
|
+
type Result<T = unknown> = {
|
|
15
|
+
status: 'success' | 'error';
|
|
16
|
+
message: string;
|
|
17
|
+
data: T;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
const getCaptcha = () => {
|
|
21
|
+
captchaKey = EUUIDUtil.generate();
|
|
22
|
+
axios
|
|
23
|
+
.get<
|
|
24
|
+
Result<{
|
|
25
|
+
imageBase64: string;
|
|
26
|
+
}>
|
|
27
|
+
>('https://lxzj.tenir.cn/lxzj/api/system/user/captcha', {
|
|
28
|
+
params: {
|
|
29
|
+
captchaKey,
|
|
30
|
+
},
|
|
31
|
+
})
|
|
32
|
+
.then((res) => {
|
|
33
|
+
if (res.data.status === 'success') {
|
|
34
|
+
captchaImg.value = res.data.data.imageBase64;
|
|
35
|
+
formData.captchaCode = '';
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
onMounted(() => {
|
|
41
|
+
getCaptcha();
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
onMounted(() => {
|
|
45
|
+
captchaImg.value = 'http://localhost:3000/api/captcha';
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
const login = () => {
|
|
49
|
+
const closeLoading = EMessage.loading('登录中...');
|
|
50
|
+
loading.value = true;
|
|
51
|
+
|
|
52
|
+
axios
|
|
53
|
+
.post('https://lxzj.tenir.cn/lxzj/api/system/user/login', {
|
|
54
|
+
username: formData.username,
|
|
55
|
+
password: formData.password,
|
|
56
|
+
captchaKey,
|
|
57
|
+
captchaCode: formData.captchaCode,
|
|
58
|
+
})
|
|
59
|
+
.then((res) => {
|
|
60
|
+
if (res.data.status === 'success') {
|
|
61
|
+
EMessage.success('登录成功');
|
|
62
|
+
} else {
|
|
63
|
+
EMessage.error(res.data.data.message);
|
|
64
|
+
}
|
|
65
|
+
})
|
|
66
|
+
.catch((error) => {
|
|
67
|
+
EMessage.error(error.message);
|
|
68
|
+
getCaptcha();
|
|
69
|
+
})
|
|
70
|
+
.finally(() => {
|
|
71
|
+
closeLoading();
|
|
72
|
+
loading.value = false;
|
|
73
|
+
});
|
|
74
|
+
};
|
|
75
|
+
const src = ref('');
|
|
76
|
+
|
|
77
|
+
const loading = ref(false);
|
|
78
|
+
const captchaImg = ref('');
|
|
79
|
+
</script>
|
|
80
|
+
|
|
81
|
+
<template>
|
|
82
|
+
<form class="login-form" @submit.prevent="login">
|
|
83
|
+
<EFormItem
|
|
84
|
+
:show-error="!formData.username"
|
|
85
|
+
error-message="用户名不能为空"
|
|
86
|
+
>
|
|
87
|
+
<EInput
|
|
88
|
+
type="text"
|
|
89
|
+
placeholder="用户名"
|
|
90
|
+
v-model="formData.username"
|
|
91
|
+
clearable
|
|
92
|
+
>
|
|
93
|
+
<template #prefix>
|
|
94
|
+
<span class="iconfont icon-yonghu" />
|
|
95
|
+
</template>
|
|
96
|
+
</EInput>
|
|
97
|
+
</EFormItem>
|
|
98
|
+
<EFormItem
|
|
99
|
+
:show-error="!formData.password"
|
|
100
|
+
error-message="密码不能为空"
|
|
101
|
+
>
|
|
102
|
+
<EInput
|
|
103
|
+
type="password"
|
|
104
|
+
placeholder="请输入密码"
|
|
105
|
+
v-model="formData.password"
|
|
106
|
+
clearable
|
|
107
|
+
>
|
|
108
|
+
<template #prefix>
|
|
109
|
+
<span class="iconfont icon-mima left" />
|
|
110
|
+
</template>
|
|
111
|
+
</EInput>
|
|
112
|
+
</EFormItem>
|
|
113
|
+
<EFormItem
|
|
114
|
+
:show-error="!formData.captchaCode"
|
|
115
|
+
error-message="验证码不能为空"
|
|
116
|
+
>
|
|
117
|
+
<EInput
|
|
118
|
+
type="captcha"
|
|
119
|
+
placeholder="请输入验证码"
|
|
120
|
+
:src="captchaImg"
|
|
121
|
+
v-model="formData.captchaCode"
|
|
122
|
+
>
|
|
123
|
+
<template #prefix>
|
|
124
|
+
<span class="iconfont icon-yanzhengyanzhengma" />
|
|
125
|
+
</template>
|
|
126
|
+
<template #suffix>
|
|
127
|
+
<img :src="src" alt="" @click="getCaptcha" />
|
|
128
|
+
</template>
|
|
129
|
+
</EInput>
|
|
130
|
+
</EFormItem>
|
|
131
|
+
<EButton :loading="loading">注册</EButton>
|
|
132
|
+
</form>
|
|
133
|
+
</template>
|
|
134
|
+
|
|
135
|
+
<style scoped lang="scss">
|
|
136
|
+
@import 'iconfont/iconfont.css';
|
|
137
|
+
|
|
138
|
+
.login-form {
|
|
139
|
+
width: 300px;
|
|
140
|
+
display: flex;
|
|
141
|
+
flex-direction: column;
|
|
142
|
+
gap: 30px;
|
|
143
|
+
|
|
144
|
+
.one-input {
|
|
145
|
+
img {
|
|
146
|
+
cursor: pointer;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
</style>
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { reactive } from 'vue';
|
|
3
|
+
import { EInput, EButton, EFormItem } from 'exploria-ui';
|
|
4
|
+
|
|
5
|
+
const registerFormData = reactive({
|
|
6
|
+
username: '',
|
|
7
|
+
password: '',
|
|
8
|
+
});
|
|
9
|
+
|
|
10
|
+
const register = () => {};
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<form class="register-form" @submit.prevent="register">
|
|
15
|
+
<EFormItem
|
|
16
|
+
:show-error="!registerFormData.username"
|
|
17
|
+
error-message="请设置用户名"
|
|
18
|
+
>
|
|
19
|
+
<EInput
|
|
20
|
+
type="text"
|
|
21
|
+
placeholder="请输入用户名"
|
|
22
|
+
v-model="registerFormData.username"
|
|
23
|
+
/>
|
|
24
|
+
</EFormItem>
|
|
25
|
+
<EFormItem
|
|
26
|
+
:show-error="!registerFormData.password"
|
|
27
|
+
error-message="请设置密码"
|
|
28
|
+
>
|
|
29
|
+
<EInput
|
|
30
|
+
type="password"
|
|
31
|
+
placeholder="请输入密码"
|
|
32
|
+
v-model="registerFormData.password"
|
|
33
|
+
/>
|
|
34
|
+
</EFormItem>
|
|
35
|
+
<EButton>注册</EButton>
|
|
36
|
+
</form>
|
|
37
|
+
</template>
|
|
38
|
+
|
|
39
|
+
<style scoped lang="scss">
|
|
40
|
+
.register-form {
|
|
41
|
+
width: 300px;
|
|
42
|
+
display: flex;
|
|
43
|
+
flex-direction: column;
|
|
44
|
+
gap: 30px;
|
|
45
|
+
}
|
|
46
|
+
</style>
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'iconfont'; /* Project id 4882206 */
|
|
3
|
+
src:
|
|
4
|
+
url('iconfont.woff2?t=1744867150871') format('woff2'),
|
|
5
|
+
url('iconfont.woff?t=1744867150871') format('woff'),
|
|
6
|
+
url('iconfont.ttf?t=1744867150871') format('truetype');
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.iconfont {
|
|
10
|
+
font-family: 'iconfont' !important;
|
|
11
|
+
font-size: 16px;
|
|
12
|
+
font-style: normal;
|
|
13
|
+
-webkit-font-smoothing: antialiased;
|
|
14
|
+
-moz-osx-font-smoothing: grayscale;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.icon-delete_fill:before {
|
|
18
|
+
content: '\e6f2';
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.icon-prompt_fill:before {
|
|
22
|
+
content: '\e71b';
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.icon-success_fill:before {
|
|
26
|
+
content: '\e72d';
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.icon-guanbi_o:before {
|
|
30
|
+
content: '\eb76';
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.icon-yanzhengyanzhengma:before {
|
|
34
|
+
content: '\e624';
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.icon-yonghu:before {
|
|
38
|
+
content: '\e62f';
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.icon-mima:before {
|
|
42
|
+
content: '\e644';
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.icon-xuanzeqixiayige_o:before {
|
|
46
|
+
content: '\eb9c';
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.icon-tishi_o:before {
|
|
50
|
+
content: '\eb85';
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.icon-xuanzeqizhankai_o:before {
|
|
54
|
+
content: '\eb8d';
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.icon-duihao_o:before {
|
|
58
|
+
content: '\eb75';
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.icon-yanjing_xianshi_o:before {
|
|
62
|
+
content: '\ebcc';
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.icon-yanjing_yincang_o:before {
|
|
66
|
+
content: '\ebcd';
|
|
67
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { ref } from 'vue';
|
|
3
|
+
import { EInput } from 'exploria-ui';
|
|
4
|
+
|
|
5
|
+
const text = ref('');
|
|
6
|
+
</script>
|
|
7
|
+
|
|
8
|
+
<template>
|
|
9
|
+
<EInput
|
|
10
|
+
type="text"
|
|
11
|
+
v-model="text"
|
|
12
|
+
placeholder="请输入内容"
|
|
13
|
+
:min="0"
|
|
14
|
+
:max="100"
|
|
15
|
+
/>
|
|
16
|
+
</template>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { ref } from 'vue';
|
|
3
|
+
import { EInput } from 'exploria-ui';
|
|
4
|
+
|
|
5
|
+
const text = ref('');
|
|
6
|
+
</script>
|
|
7
|
+
|
|
8
|
+
<template>
|
|
9
|
+
<div class="using">
|
|
10
|
+
<EInput
|
|
11
|
+
type="text"
|
|
12
|
+
v-model="text"
|
|
13
|
+
placeholder="请输入内容"
|
|
14
|
+
clearable
|
|
15
|
+
style="margin-bottom: 15px"
|
|
16
|
+
/>
|
|
17
|
+
<EInput
|
|
18
|
+
type="password"
|
|
19
|
+
v-model="text"
|
|
20
|
+
placeholder="请输入内容"
|
|
21
|
+
clearable
|
|
22
|
+
/>
|
|
23
|
+
</div>
|
|
24
|
+
</template>
|