Skip to content

Commit

Permalink
Modified README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bplok20010 committed Jun 13, 2020
1 parent 6931a9b commit 64b0e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
npm install --save vue-toy
```

2-300行代码模拟vue实现
300行左右代码模拟vue实现

[![Edit vibrant-williamson-66cdi](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/vibrant-williamson-66cdi?fontsize=14&hidenavigation=1&theme=dark)


## Vue(options)
```ts
interface Options {
el: HTMLElement;
el: HTMLElement | string;
propsData?: Record<string, any>;
props?: string[];
name?: string;
Expand Down

0 comments on commit 64b0e57

Please sign in to comment.