first commit

This commit is contained in:
SnhAenIgseAl
2026-03-31 16:44:41 +08:00
parent dd513eda30
commit 7bde226505
219 changed files with 33046 additions and 9 deletions
+11
View File
@@ -0,0 +1,11 @@
"use strict";
var common_vendor = require("../../common/vendor.js");
const useTabStore = common_vendor.defineStore("tab", () => {
const tabIndex = common_vendor.ref(1);
return {
tabIndex
};
}, {
persist: true
});
exports.useTabStore = useTabStore;