Skip to content

Commit ea1e43f

Browse files
committed
readme
1 parent 9ce5352 commit ea1e43f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use in component:
2626

2727
```js
2828
<template>
29-
<!-- your html -->
29+
……
3030
</template>
3131

3232
<script>
@@ -50,7 +50,8 @@ Vue.use(Modal, {
5050
// modal div id name, the default is modal.
5151
id: 'modal',
5252

53-
// your modals, is a object, the default is null, this object key is called the modal name, value is a vue component.
53+
// your modals, is a object, the default is null
54+
// this object key is called the modal name, value is a vue component.
5455
modals: {
5556
confirm: confirm.component
5657
},

0 commit comments

Comments
 (0)