Sourabh Kumar
Results
1
comments of
Sourabh Kumar
First, install boxicons via npm, not cdn. ```shell npm install boxicons --save ``` Then import Boxicons in the script section of your **App.vue**. ```js import 'boxicons'; ``` Done. It should...