Skip to content

Commit

Permalink
Fix generation type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
elsmr committed Dec 16, 2022
1 parent 2293fbe commit 4a85a9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<img src="https://user-images.githubusercontent.com/8850410/208065819-716c6e02-98c9-4df5-b687-e5acd1e3c4e5.png" width="100%" />

# Vue Vault

A Vue component to embed [Apideck Vault](https://www.apideck.com/products/vault) in any Vue application.

<img src="https://user-images.githubusercontent.com/8850410/208065819-716c6e02-98c9-4df5-b687-e5acd1e3c4e5.png" width="100%" />

**Vue Vault** | [React Vault](https://github.com/apideck-libraries/react-vault) | [Vault JS](https://github.com/apideck-libraries/vault-js)

## Installation
Expand Down
6 changes: 2 additions & 4 deletions src/VueVault.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ function onClick() {
</script>

<script lang="ts">
import { defineComponent } from "vue";
export default defineComponent({
export default {
name: "VueVault",
});
};
</script>

0 comments on commit 4a85a9b

Please sign in to comment.