Could anyone give a clear and easy to follow explanation of the following operator:
<%= %>
To give you some context:
import Vue from 'vue' import Toasted from 'vue-toasted' Vue.use(Toasted, <%= serialize(options.toastOptions) %>)