Skip to content

Commit

Permalink
update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuyz0112 committed Jul 11, 2016
1 parent d3016f7 commit 5b9a306
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 @@ -14,7 +14,7 @@ Since it is a component instead of a plugin, all you need to do is import the mo

The sample was set up by vue-cli's webpack template. You need to import Notification.vue in the component folder into your project. Then you can regist it and use it in the HTML template.

```
```HTML
<template>
<notification
:options.sync="options"
Expand Down Expand Up @@ -42,7 +42,7 @@ We need to pass two data into Notification.vue with props or vuex. Data 'show' c

## options

```
```javascript
options: {
autoClose: true,
backgroundColor: '#769FCD',
Expand Down

0 comments on commit 5b9a306

Please sign in to comment.