-
{{ i18n.a }}
- {{ home.info }}
- sss
-
- 封装elementplus
+ BannerLevel2.vue
+
+
+ BannerLevel3.vue
+
+
+ OButton
+ OButton
+
+ 封装elementplus OInput
- 封装elementplus
-
+
+ 封装elementplus OCard
+
diff --git a/app/.vitepress/src/views/security/TheSafetyBulletin.vue b/app/.vitepress/src/views/security/TheSafetyBulletin.vue
index 82e1444864ad6ea5ce3f57648045ac73982ba1c4..d98f2e5f1bb7727b24f7a5ee3a73e880e31f329a 100644
--- a/app/.vitepress/src/views/security/TheSafetyBulletin.vue
+++ b/app/.vitepress/src/views/security/TheSafetyBulletin.vue
@@ -5,7 +5,7 @@ import type { TabsPaneContext } from 'element-plus';
const activeName = ref('first');
const handleClick = (tab: TabsPaneContext, event: Event) => {
- console.log(tab, event);
+ alert(tab, event);
};