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