"framework7 vue Notification使用"

Published on Aug. 22, 2023, 12:07 p.m.

普通framework7

myApp.addNotification({ message: ‘Nice yellow button’, button: { text: ‘Click me’, color: ‘yellow’ } });

framework7 vue

this.$f7.addNotification({

message: ‘Nice yellow button’,

button: {

text: ‘Click me’,

color: ‘yellow’

}

});

more https://framework7.io/docs/notifications.html

Tags: