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