mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-15 14:50:48 +08:00
release: update 3.4.5
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import { computed } from "vue";
|
||||
import bg from "/@/assets/login/bg.png";
|
||||
import avatar from "/@/assets/login/avatar.svg?component";
|
||||
import illustration from "/@/assets/login/illustration.svg?component";
|
||||
|
||||
const currentWeek = computed(() => {
|
||||
return illustration;
|
||||
});
|
||||
|
||||
export { bg, avatar, currentWeek };
|
||||
export { bg, avatar, illustration };
|
||||
|
||||
Reference in New Issue
Block a user