fix: correct event listeners in examples
This commit is contained in:
@@ -126,6 +126,7 @@ if (!store) {
|
||||
}
|
||||
|
||||
const init = () => {
|
||||
store.$state = { ...store.$state, ...props }
|
||||
store.setElements(props.elements)
|
||||
store.setMinZoom(props.minZoom)
|
||||
store.setMaxZoom(props.maxZoom)
|
||||
|
||||
Reference in New Issue
Block a user