代码还原
This commit is contained in:
@ -10,7 +10,7 @@ function Demo() {
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
fetch("../gemini-viewer-examples/config.json").then(data => data.json()).then(data => {
|
fetch("../gemini-viewer-examples/config.json").then(data => data.json()).then(data => {
|
||||||
setData(data);
|
setData(data);
|
||||||
})
|
});
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Reference in New Issue
Block a user