changed rules to ruleset for clarity
This commit is contained in:
@ -3,7 +3,7 @@ import { defineStore } from "pinia";
|
||||
export const globalStore = defineStore("globalStore", {
|
||||
state: () => {
|
||||
return {
|
||||
rules1d: {
|
||||
ruleset1d: {
|
||||
name: "rule 73",
|
||||
rules: {
|
||||
111: 0,
|
||||
|
||||
Reference in New Issue
Block a user