You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
876 B
1 line
876 B
{"ast":null,"code":"import '../../utils/index.mjs';\nimport Select from './src/select.mjs';\nexport { selectV2InjectionKey } from './src/token.mjs';\nimport { withInstall } from '../../utils/vue/install.mjs';\nconst ElSelectV2 = withInstall(Select);\nexport { ElSelectV2, ElSelectV2 as default };","map":{"version":3,"names":["ElSelectV2","withInstall","Select"],"sources":["../../../../../packages/components/select-v2/index.ts"],"sourcesContent":["import { withInstall } from '@element-plus/utils'\nimport Select from './src/select.vue'\n\nimport type { SFCWithInstall } from '@element-plus/utils'\n\nexport const ElSelectV2: SFCWithInstall<typeof Select> = withInstall(Select)\nexport default ElSelectV2\n\nexport * from './src/token'\n"],"mappings":";;;;AAEY,MAACA,UAAU,GAAGC,WAAW,CAACC,MAAM","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |