Access site object in vue components

Hi,

is it possible to access the site object in vue components (blocktypes)?
For example in my index.js smth like that:

<div class="kd-button-preview" @dblclick="open" :style="'background-color: ' + site.primarycolor">

Site is not defined in this context and i didn’t find a way or instruction how to receive the site object.
Any ideas?

greetings

@texnixe Good Morning, sorry for disturbing :slight_smile:
Have you got any idea on this?