Skip to content

Commit

Permalink
docs: updated Readme.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
SchnapsterDog committed Nov 4, 2023
1 parent 9594b1d commit 79ff2c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ vue-preloader can easily be integrated into the layout of a Nuxt.js project or i

```js
import { VuePreloader } from 'vue-preloader';
import '@/node_modules/vue-preloader/dist/style.css'
import '../node_modules/vue-preloader/dist/style.css'
```
Than you can simply add the vue-preloader tag to your projects layout file:

Expand Down Expand Up @@ -139,7 +139,7 @@ Color and percent as slotprops values that come directly from the component, tog
```
```js
import { VuePreloader } from 'vue-preloader';
import '@/node_modules/vue-preloader/dist/style.css'
import '../node_modules/vue-preloader/dist/style.css'
import { ref } from 'vue';

const showAnimation = ref(true)
Expand Down

0 comments on commit 79ff2c5

Please sign in to comment.