Version upgrade together with consent API
This commit is contained in:
parent
787a1fd57f
commit
e3dfded6b0
6 changed files with 83 additions and 23 deletions
8
src/runtime/composables/useWaa.ts
Normal file
8
src/runtime/composables/useWaa.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { useNuxtApp } from '#imports';
|
||||
|
||||
function useWaa() {
|
||||
const waa = useNuxtApp().$waa;
|
||||
return waa.value;
|
||||
}
|
||||
|
||||
export useWaa;
|
||||
Loading…
Add table
Add a link
Reference in a new issue