# Management <head>

Vapper uses vue-meta (opens new window) to manage <head>:

export default {
  head: {
    title: 'Vapper'
  }
}

For more information, please see: vue-meta documentation (opens new window).