Migrate to vue3 (fix #126) #127
@ -7,9 +7,6 @@ export const showMessage = (text, backgroundColor) =>
|
||||
})
|
||||
|
||||
export const showError = (text) => showMessage(text, '--color-error')
|
||||
|
||||
export const showWarning = (text) => showMessage(text, '--color-warning')
|
||||
|
||||
export const showInfo = (text) => showMessage(text, '--color-primary')
|
||||
|
||||
export const showSuccess = (text) => showMessage(text, '--color-success')
|
||||
|
Loading…
Reference in New Issue
Block a user