Skip to content

Commit fb133f1

Browse files
author
Irfan Maulana
committed
update docs
1 parent cf9638b commit fb133f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Design icons sourced from the
2727

2828
```javascript
2929
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'
3032
3133
components: {
3234
AlertIcon
@@ -39,6 +41,8 @@ Design icons sourced from the
3941

4042
```javascript
4143
import AlertIcon from 'vue-ionicons/dist/ios-alert.vue'
44+
// OR using transpiled js version
45+
// import AlertIcon from 'vue-ionicons/dist/js/ios-alert'
4246
4347
Vue.component('alert-icon', AlertIcon)
4448
```

0 commit comments

Comments
 (0)