Skip to content

Instantly share code, notes, and snippets.

@jsdecena
Created August 31, 2019 04:48
Show Gist options
  • Save jsdecena/69868b502bc2b7526fd995ae80c141d4 to your computer and use it in GitHub Desktop.
Save jsdecena/69868b502bc2b7526fd995ae80c141d4 to your computer and use it in GitHub Desktop.
...
<p v-if="success" class="alert alert-success">{{success}}</p>
<h2>Posts <router-link to="/post" class="btn btn-sm btn-primary">Add a post</router-link></h2>
<div v-if="posts.length" class="table-responsive">
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment