Releases: daliborgogic/nuxt-interpolation
Releases · daliborgogic/nuxt-interpolation
v2.0.7
Full Changelog: v0.2.6...v0.2.7
v2.0.6
What's Changed
- chore(deps): bump eslint-utils from 1.3.1 to 1.4.3 by @dependabot in #2
- chore(deps): bump handlebars from 4.0.12 to 4.5.3 by @dependabot in #3
- chore(deps): bump acorn from 5.7.3 to 5.7.4 by @dependabot in #4
- chore(deps): bump js-yaml from 3.12.0 to 3.14.0 by @dependabot in #5
- chore(deps): bump lodash from 4.17.11 to 4.17.15 by @dependabot in #6
- chore(deps): bump lodash.template from 4.4.0 to 4.5.0 by @dependabot in #7
- chore(deps-dev): bump standard-version from 4.4.0 to 8.0.1 by @dependabot in #8
- chore(deps): bump ini from 1.3.5 to 1.3.7 by @dependabot in #11
- chore(deps): bump handlebars from 4.5.3 to 4.7.7 by @dependabot in #15
- chore(deps): bump lodash from 4.17.15 to 4.17.21 by @dependabot in #16
- chore(deps): bump hosted-git-info from 2.7.1 to 2.8.9 by @dependabot in #17
- chore(deps): bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #19
- chore(deps): bump y18n from 4.0.0 to 4.0.3 by @dependabot in #20
New Contributors
- @dependabot made their first contribution in #2
Full Changelog: v0.2.2...v0.2.6
v.0.2.3
v0.2.3
0.2.2
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 ofnuxt.config.js
{
modules: [
['nuxt-interpolation']
]
}
Usage
<div v-interpolation v-html="content"></div>