Browse Source

KERNEL-14512 fix: ES6 router

es6
Treecat 1 year ago
parent
commit
52dba71525
  1. 1
      src/router/0.router.js
  2. 1
      src/router/router.js

1
src/router/0.router.js

@ -1,4 +1,5 @@
import { _ } from "@/core";
import { _global } from "@/core/0.foundation";
const Events = {

1
src/router/router.js

@ -1,5 +1,6 @@
import { nextTick, shortcut, Widget } from "@/core";
import { Router } from "./0.router";
import { Fix } from "../fix";
function assert(condition, message) {
if (!condition) {

Loading…
Cancel
Save