1.0.6 • Published 1 year ago

@voxgig/podw-vue v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Vue Podmind Widget

Install

  • In your app root directory, run:
npm i @voxgig/podw-vue
  • After the package is installed, import and add the lib component similar to the following:
<script setup>
import PodW from '@voxgig/podw-vue'
</script>

<template>
    <PodW apikey="your-api-key" />
</template>
  • You must pass the following prop:
    • apikey - The API key provided by Voxgig.

Debugging

  • To log widget properties, you can pass the prop debug to the lib component:
<PodW
 apikey="your-api-key"
 debug="true"
/>
  • Resulting in a log similar to the following:
apikey: "your-api-key"
debug: true
mark: "20e1a7d5"
1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

0.9.7

1 year ago

0.9.6

1 year ago

0.9.3

1 year ago

0.9.2

1 year ago