mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-18 08:10:33 +08:00
release: update 6.0.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { ref, computed } from "vue";
|
||||
import { noticesData } from "./data";
|
||||
import NoticeList from "./components/NoticeList.vue";
|
||||
import BellIcon from "@iconify-icons/ep/bell";
|
||||
import BellIcon from "~icons/ep/bell";
|
||||
|
||||
const noticesNum = ref(0);
|
||||
const notices = ref(noticesData);
|
||||
|
||||
Reference in New Issue
Block a user