@askdialog/dialog-vue 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,7 +46,12 @@ const client = new Dialog({
46
46
 
47
47
  ### Use DialogProductBlock component
48
48
 
49
- ```html
49
+ - Import DialogProductBlock and the default style
50
+
51
+ ```typescript
52
+ import { DialogProductBlock, } from "@askdialog/dialog-vue";
53
+ import "@askdialog/dialog-vue/style.css";
54
+
50
55
  <DialogProductBlock
51
56
  :client="client"
52
57
  product-id="Product identifier"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@askdialog/dialog-vue",
3
3
  "private": false,
4
- "version": "1.0.7",
4
+ "version": "1.0.8",
5
5
  "type": "module",
6
6
  "main": "./dist/dialog-vue.umd.js",
7
7
  "module": "./dist/dialog-vue.js",