1.0.0 • Published 4 years ago

vue-filter-truncate v1.0.0

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

vue-filter-truncate

Simple truncate filter for Vue.js

NPM Version License Downloads Dependabot Status Wallaby.js

Installation

install from npm

$ npm install vue-filter-truncate

and register in you Vue app

import Vue from 'vue';
import VueFilterTruncate from 'vue-filter-truncate';

Vue.use(VueFilterTruncate);

Usage

basic usage

<template>
  <div>{{ 'This is sample text' | truncate(10) }}</div>
</template>

License

MIT © Vue.js Community

1.0.0

4 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago