add op.js to public site

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-05 22:39:22 +01:00
parent 2c20c1e3df
commit a92ce66048
10 changed files with 28 additions and 5 deletions

View File

@@ -33,7 +33,8 @@ export default function Test() {
</button>
<button
onClick={() => {
mixan.event('custom_click', {
// @ts-ignore
window.openpanel.event('custom_click', {
custom_string: 'test',
custom_number: 1,
});