gpt4 book ai didi

vue.js - vue js 2方式数据绑定(bind)不更新

转载 作者:行者123 更新时间:2023-12-03 06:37:32 25 4
gpt4 key购买 nike

所以我有一个看起来很奇怪的快速 Vue JS 问题,我有以下内容

var home = new Vue({
el: '#home',
data:{
title: 'welcome to the app'
}
});

哪个工作正常,我的 HTML 中的标题更新得很好......

现在当我这样做时
home.$data.title = 'this is the new title'

html
  <div class="app-topbar">{{title | uppercase}}</div>

不更新,我是否必须强制更新数据绑定(bind)或什么?

谢谢山姆

最佳答案

这对我来说很好。只需设置home.title , 像这样:
http://jsfiddle.net/6x2v9y20/1/

也许您正试图在创建 Vue 项目之前访问 home.title?

关于vue.js - vue js 2方式数据绑定(bind)不更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31371486/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com