cafe4it

Results 4 issues of cafe4it

I run the Vue example, it shows a blank page

Hi, i try functions onCreated, autorun but not working ``` ViewModel.share({ clock: { initialTime: new Date(), onCreated() { this.initialTime( new Date() ); console.log('onCreated:' , this.initialTime()) }, autorun(){ console.log('autorun:' , this.initialTime())...

Hi, i got an error: ``` TypeError: query.subscribe is not a function W20171009-18:24:01.740(7)? (STDERR) at run (packages/herteby:grapher-vue/grapher-vue.js:88:17) W20171009-18:24:01.741(7)? (STDERR) at [object Object]._onTimeout (packages/herteby:grapher-vue/grapher-vue.js:148:10) W20171009-18:24:01.742(7)? (STDERR) at Timer.listOnTimeout (timers.js:92:15) ```

Hi, i got error : npm start ``` npm start > [email protected] start /D/Projects/chrome-ext/chatchatchit > webpack --watch webpack 1.13.1 Usage: https://webpack.github.io/docs/cli.html Options: --help, -h, -? --config --context --entry --module-bind --module-bind-post...