0.2.7 • Published 2 years ago

nuxt-interpolation v0.2.7

Weekly downloads
639
License
MIT
Repository
github
Last release
2 years ago

interpolation

Nuxt.js module as directive for binding every link to catch the click event, and if it's a relative link router will push. For improved security rel="noopener" will be added automatically if target is _blank

Setup

  • Add nuxt-interpolation as dependency
  • Add nuxt-interpolation to modules section of nuxt.config.js
{
  modules: [
    ['nuxt-interpolation']
  ]
}

Usage

<div v-interpolation v-html="content"></div>

License

MIT

0.2.7

2 years ago

0.2.6

2 years ago

0.2.3

3 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago