Liu

Results 3 issues of Liu

如图,这应该是vue-router hash模式的通病了,请问作者有什么好一点的解决方案吗 ![wrong](https://user-images.githubusercontent.com/24971070/58234227-a6d07800-7d70-11e9-8bc1-06525256ca8c.gif)

help wanted

## 期望结果 希望在 context-menu 的 overflow 为 scroll 的情况下 sub-menu 中的 sub-item 能够正常显示 ## 实际结果 长菜单时会遇到要把 context-menu 的 overflow-y 置为 scroll 的情况,可是 w3c 标准下不允许出现 overflow-y: scroll 时 overflow-x: visible 的情况。这种情况下...

比如说当 data 是下面这种格式的时候 ```javascript function data () { return { msg: { content: 123 } } } ``` 这个时候 Watcher.js 中的 update 方法应该就不能通过 ` const newVal = this.vm.data[this.exp.trim()];` 这种方法来获取数据了吧?