I've seen some threads on how to remove the leaflet attribution in the bottom right. It seems like the creators of leaflet have no issue with it, so to save space I'd like to remove mine. Here is a thread on it, but no answers relate to Vue unfortunately. https://gis.stackexchange.com/questions/192088/how-to-remove-attribution-in-leaflet
I'm using nuxt but would greatly appreciate help if it's directed toward Vue. The l-tile-layer has an attribute-prop which indeed helps me add attributions, but removing it made me realize the attribution seem to be connected to the l-map component as it's visible with no tile layer.
TLDR: I want to remove the "Leaflet"
Suggestions?