0👍
The props binding is the same as other attributes binding, you can do like
<apexchart :type="type"
:height="height"
ref="centerProjectTreemap"
:options="chartOptions"
:series="series"
></apexchart>
Source:stackexchange.com