Skip to content

依赖收集里的这行代码是什么意思?怎么感觉缺东西 #71

@horseson2018

Description

@horseson2018
class Vue {
    constructor(options) {
        this._data = options.data;
        observer(this._data, options.render);
        let watcher = new Watcher(this, ); // 这括号里是没写完吗
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions