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
849 B
1 line
849 B
{"ast":null,"code":"import '../../utils/index.mjs';\nimport Image from './src/image.mjs';\nexport { imageEmits, imageProps } from './src/image2.mjs';\nimport { withInstall } from '../../utils/vue/install.mjs';\nconst ElImage = withInstall(Image);\nexport { ElImage, ElImage as default };","map":{"version":3,"names":["ElImage","withInstall","Image"],"sources":["../../../../../packages/components/image/index.ts"],"sourcesContent":["import { withInstall } from '@element-plus/utils'\n\nimport Image from './src/image.vue'\nimport type { SFCWithInstall } from '@element-plus/utils'\n\nexport const ElImage: SFCWithInstall<typeof Image> = withInstall(Image)\nexport default ElImage\n\nexport * from './src/image'\n"],"mappings":";;;;AAEY,MAACA,OAAO,GAAGC,WAAW,CAACC,KAAK","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |