Skip to content

Commit 514ab26

Browse files
[build] 1.3.11
1 parent bdca2d1 commit 514ab26

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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": "1.3.10",
3+
"version": "1.3.11",
44
"description": "Ionic integration adapters for Vue",
55
"homepage": "https://moduscreate.com",
66
"author": "Michael Tintiuc <michael.tintiuc@moduscreate.com>",

src/components/navigation/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export * from './ion-page';
2-
export * from './ion-tabs';
1+
export * as IonPage from './ion-page';
2+
export * as IonTabs from './ion-tabs';

0 commit comments

Comments
 (0)