123
chenjingwu
2024-04-11 3d7c6c96eb1fd9c193623b418038671f4fff6252
1
2
3
4
5
6
7
8
<template>
    <template if:true={accounts.data}>
        <p>{accounts.data}</p>
    </template>
    <template if:true={accounts.error}>
        <c-error-panel errors={accounts.error}></c-error-panel>
    </template>
</template>