File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11<script setup lang="ts">
2-
3- import {MucIcon } from " ../Icon" ;
2+ import { MucIcon } from " ../Icon" ;
43 </script >
54
65<template >
7- <span
8- class =" m-error-message form-error-message"
9- >
6+ <span class =" m-error-message form-error-message" >
107 <MucIcon icon =" warning--filled" />
118 <span >
129 <slot ></slot >
@@ -27,4 +24,4 @@ import {MucIcon} from "../Icon";
2724.form-error-message span {
2825 margin-left : 4px ;
2926}
30- </style >
27+ </style >
Original file line number Diff line number Diff line change 6868 {{ hint }}
6969 </p >
7070 <form-error-message
71- id =" text-input-error"
72- v-if =" errorMsg"
71+ id =" text-input-error"
72+ v-if =" errorMsg"
7373 >
7474 {{ errorMsg }}
7575 </form-error-message >
7676 </div >
7777</template >
7878<script setup lang="ts">
7979import { computed } from " vue" ;
80+
8081import FormErrorMessage from " ./FormErrorMessage.vue" ;
8182
8283/**
You can’t perform that action at this time.
0 commit comments