[
https://issues.apache.org/jira/browse/WEEX-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hanks Zhang resolved WEEX-438.
------------------------------
Resolution: Not A Problem
> vue-rx error: exception:Exception: TypeError: undefined is not an object
> (evaluating 'root.clearTimeout.bind')
> ---------------------------------------------------------------------------------------------------------------
>
> Key: WEEX-438
> URL: https://issues.apache.org/jira/browse/WEEX-438
> Project: Weex
> Issue Type: Bug
> Components: JSFM
> Reporter: itfront
> Assignee: Hanks Zhang
> Priority: Major
> Labels: clearTimeout.bind, rxjs
>
> <template>
> <div>
> <span>Ageļ¼\{{ age$ }}</span>
> </div>
> </template>
> <script>
> import Vue from 'vue'
> import VueRx from 'vue-rx'
> import Rx from 'rxjs/Rx'
> Vue.use(VueRx, Rx)
> module.exports = {
> subscriptions () {
> return {
> age$: Rx.Observable.of(23)
> .map(data => data),
> }
> }
> }
> </script>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)