Skip to content
md
```js{4}
export default {
  data () {
    return {
      msg: 'Highlighted!'
    }
  }
}
```