Skip to content

TgMrP/v-goto

Repository files navigation

v-goto

A Vue plugin make route simple and easier,






Examples and Documentation

Installation

npm i v-goto -S

Include and install plugin in your main.js file.

import Vue from 'vue'
import goTo from 'v-goto'

// install plugin
Vue.use(goTo)

then you can use in the components

<button @click="$goto(routeName, Params)">Click!</button>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published