vue-title-plugin

0.0.3 • Public • Published

Vue.title

Title plugin for Vue.

Setup

npm install vue-title-plugin --save

You have two ways to setup vue-title-plugin:

CommonJS (Webpack/Browserify)

  • ES6
import ajax from 'vue-title-plugin'
Vue.use(ajax)
  • ES5
var ajax = require('vue-title-plugin')
Vue.use(ajax)

Usage

<div title="Somethings..." v-title></div>

Another usage:

<div v-title="'Somethings...'"></div>

License

MIT

Copyright (c) 2018 Fatih Koca

Package Sidebar

Install

npm i vue-title-plugin

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

10.1 kB

Total Files

8

Last publish

Collaborators

  • fattihkoca