Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6 from ming-tsai/dev
Browse files Browse the repository at this point in the history
realease-0.1.2
  • Loading branch information
ming-tsai authored Jun 20, 2020
2 parents af98ea8 + 5db4e9c commit 7422e4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ You need [Vue.js](https://vuejs.org/) **version 2.5+**.

### 1. Install via npm
```bash
npm i @tsaibot/vue-type-text
npm i vue-type-text
// or
yarn add @tsaibot/vue-type-text
yarn add vue-type-text
```
### 2. Import and use VueTypeText
```js
import Vue from 'vue';
import VueTypeText from '@tsaibot/vue-type-text';
import VueTypeText from 'vue-type-text';

Vue.use(VueTypeText);

Expand Down Expand Up @@ -58,7 +58,7 @@ export default Vue.extend({
### Alternatively
```html
<!-- VueTypeText JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/@tsaibot/vue-type-text/dist/vue-type-text.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-type-text@0.1.1/dist/vue-type-text.min.js"></script>

```
## License
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-type-text",
"version": "0.1.1",
"version": "0.1.2",
"description": "Typed components for VueJs",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7422e4c

Please sign in to comment.