我看到一个类似的问题被问及反应js What is the meaning of {...this.props} in Reactjs
但是我不确定它在vue js中是否做同样的事情。我没有使用React js的经验,但我猜测react js中的道具与vue的道具具有相同的作用。如果是这种情况,我不确定Hourstats <- df %>% group_by(HourFloor) %>%
summarise(meanEast = mean(easting, na.rm = TRUE),
firstNorth = first(northing, na.rm = TRUE))) %>%
ungroup()
的用途。我相信它与{...this.data}
不同吗?
有人可以解释它的实际作用吗?
{...this.prop}