Giter Club home page Giter Club logo

Comments (7)

ersengultepe avatar ersengultepe commented on June 24, 2024 5

Hello there,

I have not been able to deal with it a few months ago and use the package anyway. Luckily I saw it here and tried again and finally helped. I use Laravel and assume that you will make changes according to your own self, considering this as a solution.

From the beginning,

Let's setup first

npm install --save vue-loading-spinner

then open the app.js file

window.Vue = require ('vue'); under the code
For example, let's write something like the below.
import Plane from 'vue-loading-spinner / src / components / Plane.vue';

Caution: Plane will not be in brackets.

afterwards;

Vue.component ('Plane', Plane);
we create a component with a code like the one above.

we use it in the following way
<Plane></Plane>

That is all,
the writer did not need to explain it because it was so easy.

from vue-loading-spinner.

kl3sk avatar kl3sk commented on June 24, 2024 2

i'll had a simillar probleme and solved like this:

npm install --save-dev babel-preset-stage-2
npm install --save-dev babel-plugin-transform-runtime

But can't show spinner !

from vue-loading-spinner.

kingRayhan avatar kingRayhan commented on June 24, 2024

I got same errors
image

from vue-loading-spinner.

Mo7sin avatar Mo7sin commented on June 24, 2024

@kingRayhan Same here

from vue-loading-spinner.

kingRayhan avatar kingRayhan commented on June 24, 2024

No response from author still now 🤧

from vue-loading-spinner.

saleem-hadad avatar saleem-hadad commented on June 24, 2024

Thank you @kl3sk it works.
But I'm not sure why in your situation the spinners don't show 🤔
Maybe you forgot to add the spinner component into the components section?

from vue-loading-spinner.

kl3sk avatar kl3sk commented on June 24, 2024

@saleem-hadad no I didn't, those packagings were missing for me.

from vue-loading-spinner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.