-
+
diff --git a/app/store/index.ts b/app/store/index.ts
index dbdaf00..0de28db 100644
--- a/app/store/index.ts
+++ b/app/store/index.ts
@@ -3,6 +3,7 @@ import { useState } from "#app";
export function useBackDropStore() {
const isShowed = useState("backDrop", () => ref(false));
+
function show() {
isShowed.value = true;
}
diff --git a/cspell.json b/cspell.json
index bd6b712..304d48e 100644
--- a/cspell.json
+++ b/cspell.json
@@ -2,15 +2,27 @@
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"words": [
+ "Arisa",
+ "Connpass",
"corepack",
+ "Drasner",
+ "guillaume",
"intlify",
+ "katashin",
+ "Kenji",
+ "Miyake",
+ "Nakagawa",
"nuxt",
"nuxtjs",
- "textlint",
"pinia",
+ "sebastien",
+ "Sébastien",
+ "textlint",
"vuejs",
"vuelidate",
"vuex",
+ "Yamadera",
+ "yoshiya"
],
"dictionaries": [
"softwareTerms",
@@ -22,10 +34,10 @@
"css",
"fonts",
"filetypes",
- "npm",
+ "npm"
],
"ignorePaths": [
"_legacy",
- "pnpm-lock.yaml",
+ "pnpm-lock.yaml"
]
-}
\ No newline at end of file
+}
diff --git a/todo.md b/todo.md
index fabfee5..73cfc7c 100644
--- a/todo.md
+++ b/todo.md
@@ -7,6 +7,8 @@
- [x] plugin vue a11y
- [ ] intlify
- [x] i18n
+ - [ ] localePath
+ - [ ] switchLocalePath
- [ ] vuelidate
- [ ] @nuxtjs/google-analytics
- [ ] cookie-universal-nuxt
@@ -24,6 +26,10 @@
- [] ./icons
- [ ] imports
- [ ] migrate to script setup
+ - [ ] review
+ - [ ] ButtonOutline (lint)
+ - [ ] ContactForm (validate)
+ - [ ] CookieAgreementPopup (cookie)
- [x] postcss
- [ ] nuxt imgae
- [ ] nuxt scripts (ga)
@@ -34,4 +40,6 @@
- [ ] textlint
- [x] Nuxt4 compat
- [x] LICENSE
-- [x] @/data
\ No newline at end of file
+- [x] @/data
+- [ ] portal, PortalTarget
+- [ ] use defineSlots
\ No newline at end of file