更新活动信息

This commit is contained in:
Hooray Hu 2024-03-07 11:21:24 +08:00
parent bbac5c7ecf
commit 1825cea40f

View File

@ -33,6 +33,18 @@ onMounted(() => {
position: 'bottom-right',
duration: 0,
})
setTimeout(() => {
ElNotification({
type: 'info',
title: '「 免费领取 Vue2 版本专业版 」',
dangerouslyUseHTMLString: true,
message: `
<p style="text-align: right;"><a href="https://fantastic-admin.gitee.io/get-vue2-pro.html" target="_blank">查看详情</a></p>
`,
position: 'bottom-right',
duration: 0,
})
}, 0)
})
onUnmounted(() => {