# Changelog - fix typo in supressDnt to suppressDnt setting, - expose recordConsent and revokeConsent API calls, - expose Wide Angle API as `useWideAngle()` and remove obsolete `useWaaEvent` Reviewed-on: https://cloud.inputobjects.eu/forge/forge/wideangle/wideangle-nuxt/pulls/1 Co-authored-by: Jarek Rozanski <jrozanski@inputobjects.eu> Co-committed-by: Jarek Rozanski <jrozanski@inputobjects.eu>
7 lines
108 B
Vue
7 lines
108 B
Vue
<template>
|
|
<div>
|
|
<h1>Wide Angle Analytics Playground</h1>
|
|
<sample-tracker/>
|
|
</div>
|
|
</template>
|
|
|