Skip to content
This repository was archived by the owner on Feb 3, 2019. It is now read-only.

Fix the path to src file #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/chapter1.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ To bootstrap our own Vuejs, let's write our first test case.
*test/options/options.spec.js*

```
import Vue from "../src/instance/index";
import Vue from "../../src/instance/index";

describe('Proxy test', function() {
it('should proxy vm._data.a = vm.a', function() {
Expand Down Expand Up @@ -225,4 +225,4 @@ Run `npm run build` and `npm run test`. You should see something like this:

![success](http://cdn4.snapgram.co/images/2016/12/11/ScreenShot2016-12-12at2.02.17AM.png)

Bravo! You successfully bootstrapped your own Vuejs! Keep working!
Bravo! You successfully bootstrapped your own Vuejs! Keep working!