Skip to content

Commit 580fd66

Browse files
committed
docs: correct import in example
1 parent fc55b58 commit 580fd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ main.js
137137

138138
```javascript
139139
import Vue from 'vue'
140-
import VueAlert from 'vue-alert'
140+
import VueAlert from '@vuejs-pt/vue-alert'
141141
import App from './App'
142142

143143
Vue.use(VueAlert)

0 commit comments

Comments
 (0)