nguyenvanduocit / vue-loading-spinner

Just another collection of loading spinners with Vue.js, alot of spinners
https://nguyenvanduocit.github.io/vue-loading-spinner/
685 stars 105 forks source link

Mikepad (and other spinners) not defined #21

Open nelhop opened 6 years ago

nelhop commented 6 years ago

I have installed everything according to the readme, and some spinners (i.E. RotateSquare2) are working fine.

But with Mikepad I get this error: Uncaught ReferenceError: Mikepad is not defined

arashsoftco commented 2 years ago

same problem

gorkemtumkaya commented 2 years ago

import like
import { MikePad } from "vue-loading-spinner"; instead of import { Mikepad } from "vue-loading-spinner";