tomoya 2 年 前
コミット
233c1063fe
1 ファイル変更0 行追加3 行削除
  1. 0 3
      frontend/src/App.vue

+ 0 - 3
frontend/src/App.vue

@@ -20,9 +20,6 @@ const mainStoreRef = storeToRefs(mainStore);
 const loggedIn = mainStoreRef.readIsLoggedIn;
 //getter
 
-//action
-
-//excute in setup
 
 //lifecycle
 onMounted(() => {