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