const app = Vue.createApp({ data() { return { product: 'Boots' } } }).mount('#app'); app.product = "test"