Sunday, 5 August 2018

VueJS Get and Post Data

Register VueResource globally: (main.js)


Use it in App.vue

No comments:

Create modal using HTML and CSS

<body>   <dialog id = "modal">      <div>        <h1>Title</h1>        <p>Sample Text</p...