Files
nebula.js/commands/serve/lib/placeholder.js
Tobias Åström 120305904f chore: clean warnings in build (#1327)
* chore: clean warnings in build

* chore: fix test

* chore: revert semver things
2023-08-10 09:36:34 +02:00

9 lines
125 B
JavaScript

/* eslint-disable no-console */
export default {
component: {
mounted() {
console.log('mounted');
},
},
};