Home>Article>Web Front-end> Share a VUE page sound + title flash notification component (with usage instructions)
This article will share with you a VUE page sound title flash notification component. Let’s talk about how to use this component. I hope it will be helpful to everyone.
[Related recommendations:vuejs video tutorial,web front-end development】
1.1 Component template reference
1.2 Supported parameters
sound: the sound played during notification
1.3 Dynamic calling method
$refs.pageNotice.tip('你好','新消息') $refs.pageNotice.tip('有新客户访问')
PageNotice component source code is as follows
(Learning video sharing:vuejs introductory tutorial,Basic programming video)
The above is the detailed content of Share a VUE page sound + title flash notification component (with usage instructions). For more information, please follow other related articles on the PHP Chinese website!