@ionic/vue 8.8.1-nightly.20260305 → 8.8.1
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/dist/web-types.json +2 -2
- package/package.json +2 -2
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@ionic/vue",
|
|
5
|
-
"version": "8.8.1
|
|
5
|
+
"version": "8.8.1",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -6351,7 +6351,7 @@
|
|
|
6351
6351
|
},
|
|
6352
6352
|
{
|
|
6353
6353
|
"name": "ionStart",
|
|
6354
|
-
"description": "Emitted when the user begins to start pulling down
|
|
6354
|
+
"description": "Emitted when the user begins to start pulling down.",
|
|
6355
6355
|
"arguments": [
|
|
6356
6356
|
{
|
|
6357
6357
|
"name": "detail",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/vue",
|
|
3
|
-
"version": "8.8.1
|
|
3
|
+
"version": "8.8.1",
|
|
4
4
|
"description": "Vue specific wrapper for @ionic/core",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"eslint": "eslint src",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"vue-router": "^4.0.16"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@ionic/core": "8.8.1
|
|
71
|
+
"@ionic/core": "8.8.1",
|
|
72
72
|
"@stencil/vue-output-target": "0.10.7",
|
|
73
73
|
"ionicons": "^8.0.13"
|
|
74
74
|
},
|