8000 refactor(CImage): update exports · digital-codes/coreui-vue@2913c3c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2913c3c

Browse files
committed
refactor(CImage): update exports
1 parent 7b24b89 commit 2913c3c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/image/index.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import { App } from 'vue'
22
import { CImage } from './CImage'
33

4-
const Plugin = {
4+
const CImagePlugin = {
55
install: (app: App): void => {
66
app.component(CImage.name, CImage)
77
},
88
}
99

10-
export default Plugin
11-
12-
export { CImage }
10+
export { CImagePlugin, CImage }

0 commit comments

Comments
 (0)
0