Vue Vapor mode and Options API #13373
                  
                    
                      mezozawahra
                    
                  
                
                  started this conversation in
                General Discussions
              
            Replies: 1 comment 5 replies
-
| 
 this means the vapor component only supports composition API in the vapor component, you can render any VDOM component(including components written in options API) | 
Beta Was this translation helpful? Give feedback.
                  
                    5 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I read an old vue blog that vapor mode will only support composition API, will this be just the initial release and then options API will supported in future releases, and if a project is using vapor mode and some components are written in options api will that cause an error or a fallback where will it cause parts of the application to use VDOM.
It is obvious that vapor mode is the future of vue, so dropping support for Options API seems like killing it and forcing to move to composition api.
Beta Was this translation helpful? Give feedback.
All reactions