深度阅读

"framework7 vue Notification使用"

作者
作者
2023年08月22日
更新时间
3.72 分钟
阅读时间
0
阅读量

普通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

相关标签

博客作者

热爱技术,乐于分享,持续学习。专注于Web开发、系统架构设计和人工智能领域。