V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  gap  ›  全部回复第 9 页 / 共 9 页
回复总数  167
1  2  3  4  5  6  7  8  9  
@445141126


我现在遇到个问题, data 中用到的 state 返回了 undefined ,貌似是 computed 属性返回慢了一步?

```js
data() {
return {
selectedPeriod: this.currentPeriod // view 中访问 this.selectedPeriod.from 报错
}
},
computed: mapGetter(['currentPeriod'])
```
2017-04-12 08:41:31 +08:00
回复了 gap 创建的主题 Vue.js babel 最新的 stage-0 都装了,还是无法支持...rest parameters 的语法
@ferrum 请问你最后用的是怎样的写法呢?都通过 this.$store 去取 getter 和 action 吗?
2017-04-11 22:32:23 +08:00
回复了 gap 创建的主题 Vue.js babel 最新的 stage-0 都装了,还是无法支持...rest parameters 的语法
@adspe 还是不行,简直太奇怪了
2017-04-11 21:55:09 +08:00
回复了 gap 创建的主题 Vue.js babel 最新的 stage-0 都装了,还是无法支持...rest parameters 的语法
@xinnix
@pathen

我的 webpack loader 也很简单,请问是漏掉了什么吗?
loaders: [
{ test: /\.js$/, exclude: [ /node_modules/ ], loader: 'babel'}]
2015-07-14 13:05:30 +08:00
回复了 gap 创建的主题 Java 正在计划从文职内转 JAVA web 开发,望前辈指点下短期学习路径
@jun4rui 我也想用python但只有跟着公司走...
2015-07-14 13:04:49 +08:00
回复了 ninechapter 创建的主题 程序员 [九章算法班] 一个月搞定面试算法!第一节免费试听!
@ninechapter 哦明白了,只是觉得如果你们是想推广的话可以考虑将一节免费课录制了便于传播,让更多的人能了解你们
2015-07-14 12:24:35 +08:00
回复了 ninechapter 创建的主题 程序员 [九章算法班] 一个月搞定面试算法!第一节免费试听!
请问有录像吗?
1  2  3  4  5  6  7  8  9  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2239 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 05:43 · PVG 13:43 · LAX 22:43 · JFK 01:43
Developed with CodeLauncher
♥ Do have faith in what you're doing.