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