what does export default do in VueJS and what is the difference between export default in compnents VS export default in default view of the app?
snigo
2
export default exports default module, it’s a feature of JavaScript, not VueJS.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Explanation for "export default" in javascript(ES6) | 4 | 915 | June 1, 2021 | |
| What is export default? | 6 | 19739 | January 25, 2021 | |
| Es6 modules - of what use is the 'default' export option? | 5 | 2502 | February 2, 2021 | |
| Why do we use default export? | 5 | 2946 | June 1, 2021 | |
| Can you use export with export default? | 3 | 466 | January 25, 2021 |
