03fe458248
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
12 lines
241 B
Vue
12 lines
241 B
Vue
<template>
|
|
<span
|
|
data-test="required-mark"
|
|
aria-hidden="true"
|
|
class="ml-0.5 select-none text-m-danger"
|
|
>*</span>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
defineOptions({name: 'MalioRequiredMark', inheritAttrs: false})
|
|
</script>
|