chore: update

This commit is contained in:
xiaoxian521 2024-06-26 17:52:50 +08:00
parent 76a173ceb2
commit c3320d771c

View File

@ -14,7 +14,7 @@ import en from "element-plus/es/locale/lang/en";
import zhCn from "element-plus/es/locale/lang/zh-cn";
import plusEn from "plus-pro-components/es/locale/lang/en";
import plusZhCn from "plus-pro-components/es/locale/lang/zh-cn";
import { ElNotification } from "element-plus";
// import { ElNotification } from "element-plus";
export default defineComponent({
name: "app",
@ -51,20 +51,20 @@ export default defineComponent({
}
);
}
},
mounted() {
ElNotification({
title: "通知",
duration: 0,
//@ts-expect-error
style: { width: "260px" },
position: "bottom-right",
dangerouslyUseHTMLString: true,
message: `<a target='_blank' style='font-size: 16px' class='block text-center text-[red] hover:text-[var(--el-color-primary)]' href='https://pure-admin.github.io/pure-admin-doc/pages/js/'>
JS 版本限时优惠中
</a>
`
});
}
// mounted() {
// ElNotification({
// title: "",
// duration: 0,
// //@ts-expect-error
// style: { width: "260px" },
// position: "bottom-right",
// dangerouslyUseHTMLString: true,
// message: `<a target='_blank' style='font-size: 16px' class='block text-center text-[red] hover:text-[var(--el-color-primary)]' href='https://pure-admin.github.io/pure-admin-doc/pages/js/'>
// JS
// </a>
// `
// });
// }
});
</script>