0.0.3 • Published 6 years ago

vue-title-plugin v0.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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