# Scroll To ```html
Basic Affix
``` ```js export default { methods: { scrollTo (href) { this.$refs.anchor.scrollTo(href) } } } ``` ```css .n-button { margin: 0 8px 12px 0; } ```