Noticed a few inconsistencies in naming props which seems like it could be streamlined in a future breaking release.
Examples
darkImage vs imageDark
picture vs image vs src
|
picture: '/assets/demo/img/avatars/41.jpg', |
|
image: '/assets/demo/img/gallery/3.jpg', |
These naturally aren't a comprehensive list, but should hopefully illustrate the issue.
Noticed a few inconsistencies in naming props which seems like it could be streamlined in a future breaking release.
Examples
darkImagevsimageDarkvulk/src/components/advanced/features/process-section/ProcessSection.vue
Line 9 in f575938
vulk/src/components/blocks/cta-blocks/CtaBlockH.vue
Line 7 in 831a522
picturevsimagevssrcvulk/src/data/blocks/table/index.ts
Line 6 in b7ae0de
vulk/src/data/blocks/gallery/index.ts
Line 8 in b7ae0de
vulk/src/components/base/image/DarkImage.vue
Line 8 in b7ae0de
These naturally aren't a comprehensive list, but should hopefully illustrate the issue.