import { inject } from 'vitron/renderer'; const foo = inject('foo'); console.log(foo);