first commit
This commit is contained in:
+11
@@ -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;
|
||||
Reference in New Issue
Block a user