Version upgrade together with consent API

This commit is contained in:
Jarek Rozanski 2025-01-27 22:56:20 +01:00
parent 787a1fd57f
commit e3dfded6b0
6 changed files with 83 additions and 23 deletions

View file

@ -0,0 +1,8 @@
import { useNuxtApp } from '#imports';
function useWaa() {
const waa = useNuxtApp().$waa;
return waa.value;
}
export useWaa;