import 'crawlab-ui/dist/style.css'; import 'vue'; import {createApp} from 'crawlab-ui'; (async function () { await createApp(); })();