rvx
Version:
A signal based rendering library
31 lines • 746 B
JavaScript
import { get } from "../core/signals.js";
import { join } from "./path.js";
export class ChildRouter {
constructor(parent, mountPath, path) {
this.
this.
this.
}
get root() {
return this.
}
get parent() {
return this.
}
get path() {
return get(this.
}
get query() {
return this.
}
push(path, query) {
this.
}
replace(path, query) {
this.
}
}
//# sourceMappingURL=child-router.js.map