v-goto

0.1.2 • Public • Published

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>

Package Sidebar

Install

npm i v-goto

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

14.7 kB

Total Files

9

Last publish

Collaborators

  • rant1989