superrcoop / photogram

instagram remake with Vue.js and flask python
MIT License
1 stars 1 forks source link

add @app.route('/api/users/<username>/bio/update', methods = ['POST']) #36

Open superrcoop opened 6 years ago

superrcoop commented 6 years ago
vue.component('update-modal',{
       template: `<div class="" id="modal"> 

                            </div>`,
       data:function(){
             return :{
               bio:''
          }
}
});