Skip to content

Commit

Permalink
Merge pull request #9 from SchnapsterDog/develop
Browse files Browse the repository at this point in the history
docs: updated Readme.md file
  • Loading branch information
SchnapsterDog authored Feb 26, 2023
2 parents 5eb0037 + 3c579aa commit 7a5c6a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -136,7 +136,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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-preloader",
"description": "Vue-Preloader is a versatile and easy-to-use Vue.js component that allows you to add loading animations to your Vue.js or Nuxt.js projects. It is compatible with both Vue 2 and Vue 3.",
"version": "1.0.1",
"version": "1.0.2",
"private": false,
"homepage": "https://vue-preloader.com/",
"author": {
Expand Down

0 comments on commit 7a5c6a8

Please sign in to comment.