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