mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): update to latest stencil
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
"ionicons": "4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stencil/core": "0.12.3",
|
||||
"@stencil/core": "0.13.0-0",
|
||||
"@stencil/dev-server": "latest",
|
||||
"@stencil/sass": "0.1.0",
|
||||
"@stencil/utils": "latest",
|
||||
|
||||
444
core/src/components.d.ts
vendored
444
core/src/components.d.ts
vendored
File diff suppressed because it is too large
Load Diff
@@ -99,7 +99,7 @@ export class Router {
|
||||
@Method()
|
||||
goBack() {
|
||||
this.win.history.back(1);
|
||||
return this.waitPromise;
|
||||
return Promise.resolve(this.waitPromise);
|
||||
}
|
||||
|
||||
/** @hidden */
|
||||
|
||||
Reference in New Issue
Block a user