Skip to content

Commit

Permalink
Maris表記をMaia表記に修正 (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
KentaHizume authored Nov 6, 2024
1 parent 21160fd commit ea8d5cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Vue.js ではバックエンドのアプリケーションとの連携をモデ
モデルはデータの状態管理や画面(ビュー)へのデータ連携、 Web API の呼び出しおよびハンドリングなどの役割を持つコンポーネントです。モデルは以下の要素で構成されます。またフロントエンドで扱うデータモデルと API モデルとの乖離を吸収し、扱いやすい状態に加工する役割も持ちます。

- Service : ビューモデルからのリクエストに対して、 Store の呼び出し、 Web API の呼び出しなどデータの連携に必要な処理をします。
- Store : フロントエンドで扱う状態を保持するコンテナです。 AlesInfiny Maris では Pinia という Vue.js の Store ライブラリを利用して管理します。
- Store : フロントエンドで扱う状態を保持するコンテナです。 AlesInfiny Maia では Pinia という Vue.js の Store ライブラリを利用して管理します。

Pinia : [公式ドキュメント :material-open-in-new:](https://pinia.vuejs.org/introduction.html){ target=_blank }

Expand Down
2 changes: 1 addition & 1 deletion samples/azure-ad-b2c-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ Azure AD B2C に追加したユーザーは、以下の手順で削除できま
1. `src\store\authentication` フォルダーを作成し、サンプルの以下のコードをコピーします。
- authentication.ts
1. 認証が成功したら、認証が必要な Web API リクエストヘッダーに Bearer トークンを付与する必要があります。
AlesInfiny Maris のサンプルアプリケーション Dressca の場合、 `src\api-client\index.ts` を編集します。
AlesInfiny Maia のサンプルアプリケーション Dressca の場合、 `src\api-client\index.ts` を編集します。

```ts
import axios from "axios";
Expand Down

0 comments on commit ea8d5cf

Please sign in to comment.