Files
freeplanet/src/boot/track-disattivato-riutilizzare.ts

9 lines
205 B
TypeScript
Raw Normal View History

// import something here
import track from '../track'
// leave the export, even if you don't use it
export default ({ app, router, store, Vue }) => {
// something to do
Vue.prototype.$track = track
}