kahwooi
kahwooi
I am doing this: v-loading="isLoading" :loading-options="{ text: 'help...', bg: 'rgba(255,255,255,0.85)' I assume that it should be a white transparent, but I get the default grey?
When I hit error at client.sayHello() I got undefined err: ``` try { const res = await client.sayHello({ name: 'Bob' }) } catch (err) { throw err } ``` Anyway...
In test mode, without bank host, all response code is successful. Is there anyway to make some unsuccessful response?