/
githubmirror
/
arthas
Обзор
Документация
Войти
/
githubmirror
/
arthas
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
web-ui/arthasWebConsole/all/native-agent/src/console.ts
7 строк
205 B
flzj-kl
add native agent module (#2915)
23 окт 2024, 09:55
Не верифицирован
23 окт 2024, 09:55
74290ec
Код
Авторство
О чём код?
import { createApp, h } from "vue"; import App from "~/component/Console.vue"; const app = createApp(h(App, {isNativeAgent: true})) import "xterm/css/xterm.css"; import "~/main.css"; app .mount("#app");