Files
exam-jyt/exam-vue/src/views/error-log/components/ErrorTestA.vue
T
2026-06-18 21:29:45 +08:00

19 lines
286 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
@description 错误日志测试组件 A用于模拟触发前端异常
@author D吕贺034244311
@date 20260620
-->
<template>
<div>
<!--error code-->
{{ a.a }}
<!--error code-->
</div>
</template>
<script>
export default {
name: 'ErrorTestA'
}
</script>