Skip to content

Instantly share code, notes, and snippets.

@hibuno
Created January 27, 2018 02:20
Show Gist options
  • Save hibuno/8352a4a06005de03b8843aef25e1fa9f to your computer and use it in GitHub Desktop.
Save hibuno/8352a4a06005de03b8843aef25e1fa9f to your computer and use it in GitHub Desktop.
Add button load more and style
// Add button "load more" before closing tag </template>
<button class="btn btn-primary btn-more" @click="loadMore">Load More</button>
</div>
</template>
// Add style for button "load more" after tag <style>
<style lang="scss" scoped>
.btn-more {
margin: 20px auto;
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment