h5:implementation Navigation

This commit is contained in:
pengfei.zhou
2019-12-26 17:09:03 +08:00
committed by osborn
parent a4bbf2bb76
commit 541e39a800
10 changed files with 205 additions and 36 deletions

View File

@@ -1,17 +0,0 @@
import { DoricPlugin } from "../DoricPlugin";
export class NavigatorPlugin extends DoricPlugin {
push(args: {
scheme: string,
config?: {
alias?: string,
extra?: string,
}
}) {
}
pop() {
}
}