Created
August 31, 2019 04:48
-
-
Save jsdecena/69868b502bc2b7526fd995ae80c141d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
<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