Guest User

Untitled

a guest
May 16th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <template>
  2. <div v-if="$can('create', 'Post')">
  3. <a @click="createPost">Add Post</a>
  4. </div>
  5. </template>
Add Comment
Please, Sign In to add comment