[bugfix] 移除不需要的引用
This commit is contained in:
parent
087d1fe8d6
commit
930e6befeb
|
@ -2,7 +2,7 @@
|
||||||
import "../style.css"
|
import "../style.css"
|
||||||
import {inject, Ref, ref} from "vue";
|
import {inject, Ref, ref} from "vue";
|
||||||
import {Compiler} from "../utils/Complier.ts";
|
import {Compiler} from "../utils/Complier.ts";
|
||||||
import {Runner, RunnerState} from "../utils/Runner.ts";
|
import {Runner} from "../utils/Runner.ts";
|
||||||
|
|
||||||
let compiler: Compiler = inject("compiler") as Compiler;
|
let compiler: Compiler = inject("compiler") as Compiler;
|
||||||
let runner: Runner = inject("runner") as Runner;
|
let runner: Runner = inject("runner") as Runner;
|
||||||
|
|
Loading…
Reference in New Issue