mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
perf: 优化平台logo获取方式
This commit is contained in:
@@ -8,7 +8,9 @@ defineOptions({
|
||||
|
||||
const icon = ref("");
|
||||
|
||||
watch(icon, () => console.log("icon", icon.value));
|
||||
watch(icon, () => {
|
||||
console.log("icon", icon.value);
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user