mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
8 lines
93 B
JavaScript
8 lines
93 B
JavaScript
export default {
|
|
component: {
|
|
mounted() {
|
|
console.log('mounted');
|
|
},
|
|
},
|
|
};
|