mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
6 lines
288 B
Vue
6 lines
288 B
Vue
<template>
|
|
<Badge type="warning" title="This options is only available in the top level config. You cannot specify it as an option of a test project." class="underline decoration-dotted cursor-help">
|
|
<div i-carbon:document-configuration class="my-1 -mx-1" />
|
|
</Badge>
|
|
</template>
|