为什么我的数据不会在组件中更新

时间:2018-01-24 08:03:21

标签: javascript laravel vue.js vuejs2 vue-component

我有像

这样的简单组件
<my-comp :item="item"></my-comp>

// in script
components: {
   MyComp 
},
data : {
   item: 'hello
}

当分配数据项的值时,仅显示第一次但更新的值不会更改。我用这个例子在网上找到。请帮忙

1 个答案:

答案 0 :(得分:1)

use strict; use warnings; my $texfile = "brktt.tex"; my $inifile = "brck.ini"; my $texcnt = ""; my $inicnt = ""; readFileinString($texfile,\$texcnt); readFileinString($inifile,\$inicnt); my %iniStore = (); while($inicnt=~m/^([^\t]*)\t([^\t]*)/mgs) { my $find = $1; my $rep = $2; $texcnt=~s/$find/$rep/g; } 需要成为一个功能。 data。您的问题和代码非常含糊,为人们发布更多信息以便更好地为您提供帮助。