vue-meow-highlight
v1.0.0
Published
[](https://travis-ci.org/octonyat/vue-meow-highlight) [](https://www.codacy.com
Readme
vue-meow-highlight

Install
npm install --save vue-meow-highlightyarn add vue-meow-highlightUsage
import Vue from 'vue'
import VueMeowHighlight from 'vue-meow-highlight'
Vue.use(VueMeowHighlight)<highlight-text
content="foo bar baz"
query="ba"
/>Development
npm install @vue/cli-service
npm install
npm run serveProps
| Name | Type | Default | | :------------- | :------- | :----------------- | | query | string | '' | | content | string | '' | | ignoreCase | boolean | true | | palette | string[] | ['#ffff00', '#00ff00', '#00ffff'] |
