SaKKo / vue-ep11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To test

npm install
npm run dev

NOTES

https://nuxtjs.org/guide/routing/

  <nuxt-link to="/">Home page</nuxt-link>
  <nuxt-link :to="{name: }">Home page</nuxt-link>

  this.$route.hash
  this.$route.query
  this.$route.params

  this.$router.push
  this.$router.replace

  const path = this.$router.resolve({
    name: "",
    params: { },
    query: { }
  }).href

About


Languages

Language:Vue 75.5%Language:JavaScript 23.4%Language:CSS 1.1%