Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit d416deb

Browse files
committed
Fix typo
@thgh missed this
1 parent 2ea898b commit d416deb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ If you discover any security related issues, please email hi@znck.me instead of
7777
## Credits
7878

7979
- [Rahul Kadyan][link-author]
80+
- [Thomas Ghysels][https://github/thgh]
8081
- [All Contributors][link-contributors]
8182

8283
## License

test/fixtures/imports.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</template>
66

77
<script>
8-
import Basic from './Basic.vue'
8+
import Basic from './basic.vue'
99
1010
export default {
1111
components: {

0 commit comments

Comments
 (0)