Vue自定义全局Toast和Loading的实例详解
网络编程 2021-07-04 15:50www.168986.cn编程入门
这篇文章主要介绍了Vue自定义全局Toast和Loading,需要的朋友可以参考下
如果我们的Vue项目中没有用到任何UI框架的话,为了更好的用户体验,肯定会用到loading和toast。那么我们就自定义这两个组件吧。
1、Toast组件
,在mon下新建global文件夹,存放我们的toast.vue和toast.js两个文件(文件的具体位置你可以自行安排)。
(1). toast.vue
<template lang="html"> <div v-if="isShowToast" class="toast-container" @touchmove.prevent> <!-- 这里content为双花括号 --> <span class="loading-txt">{content}</span> </div> </template> <script> export default { data () { return { isShowToast: true, content: '' } } } </script> <!-- Add "scoped" attribute to limit CSS to this ponent only --> <style scoped> .toast-container { position: fixed; : 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.1); } .toast-msg { position: absolute; : 50%; left: 50%; transform: translate(-50%, -50%); width: 60%; padding: 35px; border-radius: 10px; font-size: 28px; line-height: 36px; background: #eee; color: #666; } </style>
(2). toast.js
import Vue from 'Vue' import ToastComponent from './Toast.vue' const Toast = {} let showToast = false // 存储loading显示状态 let toastNode = null // 存储loading节点元素 const ToastConstructor = Vue.extend(ToastComponent) Toast.install = function (Vue, options) { // 参数 var opt = { duration: '1200' } for (var property in options) { opt[property] = options[property] } Vue.prototype.$toast = function (tips, type) { if (type === 'hide') { toastNode.isShowToast = showToast = false } else { if (showToast) { // 如果toast还在,则不再执行 return } toastNode = new ToastConstructor({ data: { isShowToast: showToast, content: tips } }) toastNode.$mount() // 挂在实例,为了获取狼蚁网站SEO优化的toastNode.$el document.body.appendChild(toastNode.$el) toastNode.isShowToast = showToast = true setTimeout(function () { toastNode.isShowToast = showToast = false }, opt.duration) } }; ['show', 'hide'].forEach(function (type) { Vue.prototype.$toast[type] = function (tips) { return Vue.prototype.$toast(tips, type) } }) } export default Toast
然后,我们需要把写好的组件在 /src/main.js 中引用一下。
import Toast from './ponents/mon/global/toast' Vue.use(Toast)
,怎么使用呢?只需在要用的地方this.$toast.show('hello world')
2、Loading组件
loading组件只需要照着toast组件搬过来,稍微改下就可以了。
,在mon下新建global文件夹,存放我们的loading.vue和loading.js两个文件。
(1). loading.vue
<template lang="html"> <div v-if="isShowLoading" class="loading-container"> <div class="loading-box"> <img class="loading-img" :src="require('../../../assets/images/loading.png')"> <!-- 这里content为双花括号 --> <span class="loading-txt">{content}</span> </div> </div> </template> <script> export default { data () { return { isShowLoading: false, content: '' } } } </script> <!-- Add "scoped" attribute to limit CSS to this ponent only --> <style scoped> .loading-container { display: flex; justify-content: center; align-items: center; position: fixed; : 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0); z-index: 1000; } .loading-box { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 150px; height: 150px; border-radius: 10px; background: #e5e5e5; } .loading-img { width: 70px; height: 70px; animation: rotating 2s linear infinite; } @keyframes rotating { 0% { transform: rotate(0deg); } 100% { transform: rotate(1turn); } } .loading-txt { display: flex; justify-content: center; align-items: center; font-size: 24px; color: #666; } </style>
(2). loading.js
import Vue from 'Vue' import LoadingComponent from './Loading.vue' const Loading = {} let showLoading = false // 存储loading显示状态 let loadingNode = null // 存储loading节点元素 const LoadingConstructor = Vue.extend(LoadingComponent) Loading.install = function (Vue) { Vue.prototype.$loading = function (tips, type) { if (type === 'hide') { loadingNode.isShowLoading = showLoading = false } else { if (showLoading) { // 如果loading还在,则不再执行 return } loadingNode = new LoadingConstructor({ data: { isShowLoading: showLoading, content: tips } }) loadingNode.$mount() // 挂在实例,为了获取狼蚁网站SEO优化的loadingNode.$el document.body.appendChild(loadingNode.$el) loadingNode.isShowLoading = showLoading = true } }; ['show', 'hide'].forEach(function (type) { Vue.prototype.$loading[type] = function (tips) { return Vue.prototype.$loading(tips, type) } }) } export default Loading
然后,在 /src/main.js 中引用一下loading组件。
import Loading from './ponents/mon/global/loading' Vue.use(Loading)
,只需在要用的地方this.$loading.show('hello world')、 this.$loading.hide()
以上所述是长沙网络推广给大家介绍的Vue自定义全局Toast和Loading的实例详解,希望对大家有所帮助,如果大家有任何疑问请给我留言,长沙网络推广会及时回复大家的。在此也非常感谢大家对狼蚁SEO网站的支持!
如果你觉得本文对你有帮助,欢迎网络推广网站推广转载,烦请注明出处,谢谢!
编程语言
- 甘肃哪有关键词排名优化购买方式有哪些
- 甘肃SEO如何做网站优化
- 河南seo关键词优化怎么做电话营销
- 北京SEO优化如何做QQ群营销
- 来宾百度关键词排名:提升您网站曝光率的关键
- 卢龙关键词优化:提升您网站排名的策略与技巧
- 山东网站优化的注意事项有哪些
- 四川整站优化怎样提升在搜索引擎中的排名
- 疏附整站优化:提升网站性能与用户体验的全新
- 海南seo主要做什么工作售后服务要做到哪些
- 荣昌百度网站优化:提升您网站的搜索引擎排名
- 河北seo网站排名关键词优化如何做SEO
- 江西优化关键词排名推广售后保障一般有哪些
- 古浪SEO优化:提升你的网站可见性
- 西藏网站排名优化怎么把网站排名在百度首页
- 如何提升阳东百度快照排名:详尽指南