mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-02 10:57:24 +08:00
chore: update
This commit is contained in:
parent
a7f78ff1ec
commit
c2ae49a2e6
38
src/App.vue
38
src/App.vue
@ -16,7 +16,7 @@ import en from "element-plus/es/locale/lang/en";
|
|||||||
import zhCn from "element-plus/es/locale/lang/zh-cn";
|
import zhCn from "element-plus/es/locale/lang/zh-cn";
|
||||||
import plusEn from "plus-pro-components/es/locale/lang/en";
|
import plusEn from "plus-pro-components/es/locale/lang/en";
|
||||||
import plusZhCn from "plus-pro-components/es/locale/lang/zh-cn";
|
import plusZhCn from "plus-pro-components/es/locale/lang/zh-cn";
|
||||||
import { ElNotification } from "element-plus";
|
// import { ElNotification } from "element-plus";
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
name: "app",
|
name: "app",
|
||||||
@ -55,23 +55,23 @@ export default defineComponent({
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
// mounted() {
|
||||||
ElNotification({
|
// ElNotification({
|
||||||
title: "限时活动",
|
// title: "限时活动",
|
||||||
duration: 0,
|
// duration: 0,
|
||||||
// @ts-expect-error
|
// // @ts-expect-error
|
||||||
style: { width: "200px" },
|
// style: { width: "200px" },
|
||||||
position: "bottom-right",
|
// position: "bottom-right",
|
||||||
dangerouslyUseHTMLString: true,
|
// dangerouslyUseHTMLString: true,
|
||||||
message: `
|
// message: `
|
||||||
<a target='_blank' style='font-size: 16px' class='block text-center border mb-2 rounded hover:text-[red]' href='https://pure-admin.cn/pages/js/'>
|
// <a target='_blank' style='font-size: 16px' class='block text-center border mb-2 rounded hover:text-[red]' href='https://pure-admin.cn/pages/js/'>
|
||||||
JS版本
|
// JS版本
|
||||||
</a>
|
// </a>
|
||||||
<a target='_blank' style='font-size: 16px' class='block text-center border mb-2 rounded hover:text-[red]' href='https://pure-admin.cn/pages/max/'>
|
// <a target='_blank' style='font-size: 16px' class='block text-center border mb-2 rounded hover:text-[red]' href='https://pure-admin.cn/pages/max/'>
|
||||||
Max版本
|
// Max版本
|
||||||
</a>
|
// </a>
|
||||||
`
|
// `
|
||||||
});
|
// });
|
||||||
}
|
// }
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user