前端初始化

This commit is contained in:
“hsc”
2026-08-21 15:36:24 +08:00
commit e4d8ecde13
14411 changed files with 2275932 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"option.mjs","names":[],"sources":["../../../../../../packages/components/select/src/option.ts"],"sourcesContent":["import { buildProps } from '@element-plus/utils'\n\nexport const COMPONENT_NAME = 'ElOption'\nexport const optionProps = buildProps({\n /**\n * @description value of option\n */\n value: {\n type: [String, Number, Boolean, Object],\n required: true as const,\n },\n /**\n * @description label of option, same as `value` if omitted\n */\n label: {\n type: [String, Number],\n },\n created: Boolean,\n /**\n * @description whether option is disabled\n */\n disabled: Boolean,\n})\n"],"mappings":";;AAEA,MAAa,iBAAiB;AAC9B,MAAa,cAAc,WAAW;;;;CAIpC,OAAO;EACL,MAAM;GAAC;GAAQ;GAAQ;GAAS;GAAO;EACvC,UAAU;EACX;;;;CAID,OAAO,EACL,MAAM,CAAC,QAAQ,OAAO,EACvB;CACD,SAAS;;;;CAIT,UAAU;CACX,CAAC"}