Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 360 Bytes

vue.md

File metadata and controls

12 lines (11 loc) · 360 Bytes

VUEMD

const router = new VueRouter({
  routes,
  // Use the HTML5 history API (i.e. normal-looking routes)
  // instead of routes with hashes (e.g. example.com/#/about).
  // This may require some server configuration in production:
  // https://router.vuejs.org/en/essentials/history-mode.html#example-server-configurations
  mode: 'history',
})