内容纲要
普通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