Skip to content

Commit 9ce5352

Browse files
committed
readme
1 parent e51dafc commit 9ce5352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Vue.use(Modal, {
2424

2525
Use in component:
2626

27-
```javascript
27+
```js
2828
<template>
2929
<!-- your html -->
3030
</template>
@@ -42,7 +42,7 @@ export default {
4242

4343
## options
4444

45-
```javascript
45+
```js
4646
Vue.use(Modal, {
4747
// Use this in the component modal called the name, the default is $modal.
4848
name: '$modal',

0 commit comments

Comments
 (0)