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