1.0.3 • Published 4 years ago

ow-tags v1.0.3

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

ow-tags

A vue component to manage tags.

Installation

yarn add ow-tags # or npm i ow-tags

Module

// In your main vue file - the one where you create the initial vue instance.
import Vue from 'vue'
import OWTags from 'ow-tags'

### Browser
In the browser you can include it as you would any other package: with unpkg.
```html
<script type="text/javascript" src="https://unpkg.com/vue"></script>
<script type="text/javascript" src="https://unpkg.com/ow-tags/dist/ow-tags.min.js"></script>
1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago