I am trying to create a dynamic custom tile layer URL which I previously did via extending the TileLayer class and override the getTileUrl function.
This doesn't seem to work in vue-leaflet. Is there a chance to use a function instead of a string in the url attribute of the TileLayer component?