Giter Club home page Giter Club logo

Comments (7)

steffans avatar steffans commented on May 18, 2024 1

@dennisver Yes, you need to modify the options this way, otherwise all default options will be removed. Also make sure to use a relative URI, only then the root will be prepended.

// works
Vue.http.options.root = 'http://httpbin.org';

See updated: http://jsfiddle.net/wzopw800/2/

from vue-resource.

limichange avatar limichange commented on May 18, 2024

http://jsfiddle.net/sgzwojhg/2/

from vue-resource.

 avatar commented on May 18, 2024

@limichange In your JSFiddle, data is the response of the request. Or am I wrong? Instead, I'd like to pass some data to the request.

from vue-resource.

limichange avatar limichange commented on May 18, 2024

@dennisver Yes, data is the response of the request, and see http://jsfiddle.net/sgzwojhg/6/.

from vue-resource.

kcalliauw avatar kcalliauw commented on May 18, 2024

preceding / in the relative URI has to be omitted when using the root option. The framework inserts that automatically.
http://jsfiddle.net/oskoueny/

from vue-resource.

 avatar commented on May 18, 2024

Thanks @kcalliauw

from vue-resource.

 avatar commented on May 18, 2024

@kcalliauw Leaving the / doesn't solve the issue in your JSFiddle. The way you set your root does.
Why exactly is that?

// works
Vue.http.options.root = 'http://httpbin.org';
// doesn't work
Vue.http.options = {
  root: 'http://httpbin.org'
}

Maybe using this method removes all other properties of Vue.http.options? I still don't know why this breaks the get method when passing data

from vue-resource.

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.