mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
For debugging
This commit is contained in:
parent
7e01b4a33a
commit
baca2b5851
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
import Toastify from 'toastify-js';
|
||||
|
||||
window._showToast = showToast;
|
||||
|
||||
function showToast(props) {
|
||||
if (typeof props === 'string') {
|
||||
props = { text: props };
|
||||
|
|
Loading…
Reference in a new issue