Sweedzer
Sweedzer
Hi, try to run ``` npm i ``` in the root folder, without navigating onto template folder.
Hi, if you want to set headers, i think you should do like that : ``` this.$http.get('http://localhost:8080/api/v1/users', { headers: { 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Methods': 'POST, GET, PUT, OPTIONS, DELETE', 'Access-Control-Allow-Headers': 'Access-Control-Allow-Methods,...
Maybe trying without https ?? ``` http://localhost:3000/students ``` instead of ``` https://localhost:3000/students ```
Hi, please post the code, maybe it will be easier
For example, for a POST request ``` this.$http.post('http://localhost:8080/api/v1/create-user', data-user, { headers: { ... 'Authorization': 'Basic YWRtaW46YWRtaW4=' ... } }).then(response => { console.log('Success : ' + JSON.stringify(response)); }, response => {...
Hmm i did not understand , maybe take a look at : https://github.com/pagekit/vue-resource/issues/305
Hi @nautilebleu, could you please show how you performed it ? I'm really interested, i'm working on a project and i don't want a 'leaf' to 'become' a folder
Thanks a lot, i added this on the isAllowToDrop function : ``` isAllowToDrop () { return !(this.isNextToMe || this.isParent || this.isMeOrMyAncestor || !this.hasChildren(this)) } ``` and it works
I don't know what is fork ?