Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Nov 28, 2024
1 parent 5331996 commit 81d8a51
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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",
Expand Down Expand Up @@ -54,24 +54,24 @@ export default defineComponent({
}
);
}
},
mounted() {
ElNotification({
title: "优惠活动即将结束",
duration: 0,
//@ts-expect-error
style: { width: "200px" },
position: "bottom-right",
dangerouslyUseHTMLString: true,
message: `
<a target='_blank' style='font-size: 16px' class='block text-center border mb-2 rounded hover:text-[red]' href='https://pure-admin.github.io/pure-admin-doc/pages/js/'>
JS版本
</a>
<a target='_blank' style='font-size: 16px' class='block text-center border mb-2 rounded hover:text-[red]' href='https://pure-admin.github.io/pure-admin-doc/pages/max/'>
Max版本
</a>
`
});
}
// mounted() {
// ElNotification({
// title: "优惠活动即将结束",
// duration: 0,
// //@ts-expect-error
// style: { width: "200px" },
// position: "bottom-right",
// dangerouslyUseHTMLString: true,
// message: `
// <a target='_blank' style='font-size: 16px' class='block text-center border mb-2 rounded hover:text-[red]' href='https://pure-admin.github.io/pure-admin-doc/pages/js/'>
// JS版本
// </a>
// <a target='_blank' style='font-size: 16px' class='block text-center border mb-2 rounded hover:text-[red]' href='https://pure-admin.github.io/pure-admin-doc/pages/max/'>
// Max版本
// </a>
// `
// });
// }
});
</script>

0 comments on commit 81d8a51

Please sign in to comment.