# 滚动到 ```html
基础用法 固定
``` ```js export default { methods: { scrollTo (href) { this.$refs.anchor.scrollTo(href) } } } ``` ```css .n-button { margin: 0 8px 12px 0; } ```