For questions specific to the usage of the "props" property within the Vue.js framework. When using this tag also include the more generic [vue.js] tag.
Questions tagged [vue-props]
444 questions
                    
                    22
                    
            votes
                
                4 answers
            
        Props gotten directly from vue 3 setup are not reactive
I am writing an application in vuejs and i want to pass prop to a child component but I am getting this error:
Getting a value from the props in root scope of setup() will cause the value to lose reactivity
Parent component
  
            
            
                
                    
    
    
         
    
    
                
            
        
    
    …
         
    
    
        etranz
        
- 891
- 2
- 10
- 29
                    12
                    
            votes
                
                2 answers
            
        How to have component re-render after its props change in Vue 2?
My component is simple:
  {{btnmsg}}