Skip to content

fix: import with vue extension #1606

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/CvAspectRatio/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import CvAspectRatio from './CvAspectRatio';
import CvAspectRatio from './CvAspectRatio.vue';
import CvAspectRatioConsts from './consts';
export { CvAspectRatio, CvAspectRatioConsts };
export default CvAspectRatio;
6 changes: 3 additions & 3 deletions src/components/CvForm/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import CvForm from './CvForm';
import CvFormGroup from './CvFormGroup';
import CvFormItem from './CvFormItem';
import CvForm from './CvForm.vue';
import CvFormGroup from './CvFormGroup.vue';
import CvFormItem from './CvFormItem.vue';

export { CvForm, CvFormGroup, CvFormItem };
4 changes: 2 additions & 2 deletions src/components/CvNotification/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import CvInlineNotification from './CvInlineNotification';
import CvToastNotification from './CvToastNotification';
import CvInlineNotification from './CvInlineNotification.vue';
import CvToastNotification from './CvToastNotification.vue';
import CvNotificationConsts from './consts';
export { CvInlineNotification, CvToastNotification, CvNotificationConsts };
export default CvInlineNotification;
2 changes: 1 addition & 1 deletion src/components/CvTextArea/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import CvTextArea from './CvTextArea.vue';
import CvTextAreaSkeleton from './CvTextAreaSkeleton';
import CvTextAreaSkeleton from './CvTextAreaSkeleton.vue';

export { CvTextArea, CvTextAreaSkeleton };
export default CvTextArea;
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9307,9 +9307,9 @@ __metadata:
linkType: hard

"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001332, caniuse-lite@npm:^1.0.30001400":
version: 1.0.30001572
resolution: "caniuse-lite@npm:1.0.30001572"
checksum: 7d017a99a38e29ccee4ed3fc0ef1eb90cf082fcd3a7909c5c536c4ba1d55c5b26ecc1e4ad82c1caa6bfadce526764b354608710c9b61a75bdc7ce8ca15c5fcf2
version: 1.0.30001636
resolution: "caniuse-lite@npm:1.0.30001636"
checksum: b0347fd2c8d346680a64d98b061c59cb8fbf149cdd03005a447fae4d21e6286d5bd161b43eefe3221c6624aacb3cda4e838ae83c95ff5313a547f84ca93bcc70
languageName: node
linkType: hard

Expand Down
Loading