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) | 3 | 931 | October 4, 2020 | |
| What is export default? | 5 | 19750 | July 19, 2019 | |
| Es6 modules - of what use is the 'default' export option? | 4 | 2511 | April 16, 2019 | |
| Why do we use default export? | 4 | 2962 | March 28, 2020 | |
| Can you use export with export default? | 2 | 468 | July 19, 2019 |
