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