{
                  
                  
                      resizeable?: HTMLElement
                  
                  
                    }
                  
                  
                  Потом в методе пишу 
                  
                  
                  parseInt(this.$refs?.resizeable?.style?.width, 10)
                  
                  
                  
                  
                  
                  Но TypeScript ругается 
                  
                  
                  62:47 Property 'style' does not exist on type 'Element | Element[] | Vue | Vue[]'.
                  
                  
                    Property 'style' does not exist on type 'Element'.
                  
                  
                
Есть кому помочь ?
private $ref!: { resizeable?: HTMLElement } Вряд ли это так работает
Обсуждают сегодня