Script Component
Purpose
Script component is a component that wraps a script and provides a way to load and execute the script from a URL.
Props
src
(string): The URL of the script.
Example
component: script
props:
configs:
google: "tms.google"
src: "https://maps.googleapis.com/maps/api/js?key={{ configs.tms.google.api_key }}&libraries=places"