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