Files
myprojplanet_vite/src/boot/track-disattivato-riutilizzare.ts.off
2021-08-31 18:09:59 +02:00

9 lines
205 B
Plaintext
Executable File

// 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
}