@oicl/openbridge-webcomponents-vue 0.0.6 → 0.0.7
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.
- package/package.json +2 -2
- package/readme.md +2 -0
package/package.json
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"build:declarations": "vue-tsc --declaration --emitDeclarationOnly && node ./scripts/rename.js",
|
|
9
9
|
"preview": "vite preview"
|
|
10
10
|
},
|
|
11
|
-
"version": "0.0.
|
|
11
|
+
"version": "0.0.7",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oicl/openbridge-webcomponents": "^0.0.
|
|
13
|
+
"@oicl/openbridge-webcomponents": "^0.0.7",
|
|
14
14
|
"vue": "^3.2.41",
|
|
15
15
|
"@lit-labs/vue-utils": "^0.1.0"
|
|
16
16
|
},
|
package/readme.md
CHANGED
|
@@ -31,6 +31,8 @@ To use the components in your project, you can install the package from npm:
|
|
|
31
31
|
npm install @oicl/openbridge-webcomponents-vue
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
+
See also the [vue demo](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/tree/main/packages/vue-demo) for an example of how to use the components in a Vue.js project.
|
|
35
|
+
|
|
34
36
|
### Setup
|
|
35
37
|
1. Add the css file to your project:
|
|
36
38
|
```javascript
|