Could you explain what is $options and when to use it in vue. I've never used it and can't understand in docs. Show me please some code
Could you explain what is $options and when to use it in vue. I've never used it and can't understand in docs. Show me please some code
$option is used for non reactive data in a vue component. Vue put hidden watcher on data members that's why we use $options .