Skip to content

Commit

Permalink
release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pakholeung37 committed Aug 9, 2021
1 parent 697ef22 commit 9352e5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ load SVG files as Vue components, for Vue2.x only.
## Install

```bash
yarn install vite-plugin-vue2-svg
yarn add vite-plugin-vue2-svg
# or
npm install vite-plugin-vue2-svg
```

## Usage
Expand All @@ -24,7 +26,7 @@ export default defineConfig({
```

```vue
// App.vue
<!-- App.vue -->
<template>
<Icon />
</template>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-vue2-svg",
"version": "0.1.7",
"version": "0.1.8",
"description": "load SVG files as Vue components, for Vue2.x only.",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 9352e5f

Please sign in to comment.