Skip to content

Commit db6ce24

Browse files
[build] 3.0.0-alpha.16
1 parent 44a7d64 commit db6ce24

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modus/ionic-vue",
3-
"version": "3.0.0-alpha.15",
3+
"version": "3.0.0-alpha.16",
44
"description": "Vue 3 integration adapters for Ionic 5",
55
"homepage": "https://moduscreate.com",
66
"author": "Michael Tintiuc <michael.tintiuc@moduscreate.com>",

vetur/attributes.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"willPresent": {
3-
"description": "asdasdasd",
4-
"type": "event"
5-
},
62
"replace": {
73
"type": "boolean",
84
"description": "Setting replace prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will replace the current history entry."

vetur/tags.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"ion-page": {
3-
"description": "`IonPage` is a specialized component that is meant to be the parent container for an Ionic Page, which typically consists of `IonHeader` and `IonContent` components.",
4-
"attributes": [
5-
"willPresent"
6-
]
3+
"description": "`IonPage` is a specialized component that is meant to be the parent container for an Ionic Page, which typically consists of `IonHeader` and `IonContent` components."
74
},
85
"ion-action-sheet": {
96
"attributes": [

0 commit comments

Comments
 (0)