Skip to content

Commit

Permalink
Merge pull request #16 from SchnapsterDog/develop
Browse files Browse the repository at this point in the history
Merging Develop into Master
  • Loading branch information
SchnapsterDog committed Nov 4, 2023
2 parents 1c333d6 + 79ff2c5 commit d054ce6
Show file tree
Hide file tree
Showing 3 changed files with 652 additions and 369 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 d054ce6

Please sign in to comment.