We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9638b commit fb133f1Copy full SHA for fb133f1
README.md
@@ -27,6 +27,8 @@ Design icons sourced from the
27
28
```javascript
29
import AlertIcon from 'vue-ionicons/dist/ios-alert.vue'
30
+ // OR using transpiled js version
31
+ // import AlertIcon from 'vue-ionicons/dist/js/ios-alert'
32
33
components: {
34
AlertIcon
@@ -39,6 +41,8 @@ Design icons sourced from the
39
41
40
42
43
44
45
46
47
Vue.component('alert-icon', AlertIcon)
48
```
0 commit comments