'LRectangle with text in Vue leaflet

How can I put text in LRectangle in Vue leaflet?

I have alraedy tried:

    <l-rectangle
      :bounds="rectangle.bounds"
      :l-style="rectangle.style"
    >
      <span>DAWD</span>
    </l-rectangle>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source