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