FEAT: evilspins v3 :: tracks info in player
This commit is contained in:
		| @@ -1,9 +1,9 @@ | ||||
| import { defineNuxtPlugin } from '#app'; | ||||
| import { defineNuxtPlugin } from '#app' | ||||
| 
 | ||||
| export default defineNuxtPlugin(() => { | ||||
|   if (process.client) { | ||||
|     import('atropos/element').then(({ default: AtroposComponent }) => { | ||||
|       customElements.define('atropos-component', AtroposComponent); | ||||
|     }); | ||||
|       customElements.define('atropos-component', AtroposComponent) | ||||
|     }) | ||||
|   } | ||||
| }); | ||||
| }) | ||||
		Reference in New Issue
	
	Block a user