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