次のように、vuejs 2 で nextTick() を使用してデータを返そうとしています。
getProperty() {
this.$nextTick(function() {
return 'hello';
});
}
うまくいきません。どんな手掛かり?
次のように、vuejs 2 で nextTick() を使用してデータを返そうとしています。
getProperty() {
this.$nextTick(function() {
return 'hello';
});
}
うまくいきません。どんな手掛かり?