Giter Club home page Giter Club logo

Comments (8)

npilipovic86 avatar npilipovic86 commented on July 23, 2024 2

I have this problem, and i fix like this:


//App.vue

import Socket from 'vue-loading-spinner/src/components/Socket.vue'
@Component({
  components: {
    Socket
  }
})

from vue-loading-spinner.

WenTao-Love avatar WenTao-Love commented on July 23, 2024

the version:1.0.7

from vue-loading-spinner.

nguyenvanduocit avatar nguyenvanduocit commented on July 23, 2024

import {CubeSpin} from 'vue-loading-spinner'

from vue-loading-spinner.

HotWordland avatar HotWordland commented on July 23, 2024

@nguyenvanduocit

import {CubeSpin} from 'vue-loading-spinner'

not work still say 'Error: Can't resolve 'vue-loading-spinner' xxx Module not found '

from vue-loading-spinner.

HotWordland avatar HotWordland commented on July 23, 2024

@WenTao-Love @nguyenvanduocit
sorry after i execute

npm install --save vue-loading-spinner

and i compile get error that 'Module build fail xxx Can't resolve scss-loader xxx'
fix it with add line to webpack.config.js file

{
    test: /\.vue$/,
    loader: 'vue-loader',
    options: {
        loaders: {
            scss: 'style-loader!css-loader!sass-loader',
            sass: 'style-loader!css-loader!sass-loader?indentedSyntax',
        },
    },
},

from vue-loading-spinner.

nguyenvanduocit avatar nguyenvanduocit commented on July 23, 2024

Does everything ok for you?

from vue-loading-spinner.

HotWordland avatar HotWordland commented on July 23, 2024

@nguyenvanduocit yes thanks your contribution ~ 😄

from vue-loading-spinner.

donPuerto avatar donPuerto commented on July 23, 2024

i have that error too, what i did copy the core and link to the page...

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.