#
luxiaotao1123
2024-06-11 9b69a0862558ff1afe49ddf980981ca1510de454
src/store/index.js
@@ -3,7 +3,8 @@
const store = proxy(
    {
        text: 'Hello World'
        text: 'Hello World',
        shelfList: {},
    }
);