change notification from top left to top center
This commit is contained in:
@@ -48,13 +48,9 @@ export function useNotify() {
|
||||
$q?.notify({
|
||||
message: message,
|
||||
color: color,
|
||||
position: 'top-left',
|
||||
position: 'top',
|
||||
icon: icon,
|
||||
timeout: timeout,
|
||||
classes: 'custom-notify',
|
||||
attrs: {
|
||||
style: 'margin-top: 50px',
|
||||
},
|
||||
actions: [
|
||||
{
|
||||
icon: 'close',
|
||||
|
||||
Reference in New Issue
Block a user