If you have to extend an existing object with additional property, always prefer Vue.set() over Object.assign() (or spread operator).
Example below explains implications for different implementations.
| Options -Indexes | |
| # .htaccess primary domain to web redirect | |
| # this file must be in the (public_html | web ) folder of your hosting account | |
| # make the changes to the file according to the instructions. | |
| <IfModule mod_rewrite.c> | |
| # Do not change this line. | |
| RewriteEngine on | |
| # Change %host% to be your primary domain. |