The freeCodeCamp Forum
What does export default do in VueJS?
snigo
April 23, 2020, 11:51pm
2
export default
exports default module, it’s a feature of JavaScript, not VueJS.
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Es6 modules - of what use is the 'default' export option?
JavaScript
5
2402
February 2, 2021
What is export default?
JavaScript
6
19652
January 25, 2021
What are the differences between : "module.exports = { foo, bar };" and "module.exports = foo, bar;"?
JavaScript
5
762
September 1, 2022
Can you use export with export default?
JavaScript
3
438
January 25, 2021
Explanation for "export default" in javascript(ES6)
JavaScript
4
851
June 1, 2021