<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>ㅌㅅㅌㄹ</title>
    <link>https://fils.tistory.com/</link>
    <description>Remember you</description>
    <language>ko</language>
    <pubDate>Mon, 6 Apr 2026 02:25:58 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>FIL.</managingEditor>
    <image>
      <title>ㅌㅅㅌㄹ</title>
      <url>https://t1.daumcdn.net/cfile/tistory/99450A335989142F1D</url>
      <link>https://fils.tistory.com</link>
    </image>
    <item>
      <title>Nuxt 4 출시</title>
      <link>https://fils.tistory.com/877</link>
      <description>nuxt-create-app 으로 새 프로젝트를 생성하는데, 4.0.3이 설치가 됐다.
`npm run dev` 로 첫화면 띄워 보고서야 알았다.
&amp;nbsp;
nuxt 4 부터는 디렉토리 구조가 변경됐다.
components, composables, pages, layouts, middleware, plugins, utils 등등이 app/ 하위 디렉토리로 이동되었다.
감사하게도 자동 마이그레이션 도구를 제공하긴 한다.
&amp;nbsp;
$ npx nuxt ..</description>
      <category>내가 자꾸 까먹어서 쓰는 개발 이야기/Vue.js</category>
      <category>@</category>
      <category>Migration</category>
      <category>nuxt</category>
      <category>nuxt4</category>
      <category>nuxtjs</category>
      <category>Pinia</category>
      <category>structure</category>
      <category>Vue</category>
      <category>~</category>
      <author>FIL.</author>
      <guid isPermaLink="true">https://fils.tistory.com/877</guid>
      <comments>https://fils.tistory.com/877#entry877comment</comments>
      <pubDate>Tue, 12 Aug 2025 17:55:01 +0900</pubDate>
    </item>
    <item>
      <title>Street Fighter 2 Macig</title>
      <link>https://fils.tistory.com/876</link>
      <description>&amp;nbsp;
승룡권=8파동</description>
      <category>Online Emulation</category>
      <author>FIL.</author>
      <guid isPermaLink="true">https://fils.tistory.com/876</guid>
      <comments>https://fils.tistory.com/876#entry876comment</comments>
      <pubDate>Wed, 2 Jul 2025 13:03:35 +0900</pubDate>
    </item>
    <item>
      <title>vue3 + vite: 기본으로 잡혀야 할 태그 간 여백이 사라질 때</title>
      <link>https://fils.tistory.com/875</link>
      <description>button 태그 등은 기본적으로 여러개가 배치되면 각 요소 사이에 여백이 생성되도록 되어있다.
vite의 plugin-vue 에서는 이런 부분을 강제로 억제하는 설정이 기본으로 되어있다.
bootstrap 템플릿을 다운받아 사용할 때면 한줄 배치된 버튼들이 다닥다닥 붙어 나오는 것은 이런 이유이다.
이런 경우 vite의 vue 플러그인 옵션을 수정하여 해결할 수 있다.
//before
plugins: [vue()]

//after
plugins: [
..</description>
      <category>내가 자꾸 까먹어서 쓰는 개발 이야기/Vue.js</category>
      <category>bootstrap</category>
      <category>Button</category>
      <category>VITE</category>
      <category>Vue</category>
      <category>공백</category>
      <category>버튼</category>
      <category>뷰</category>
      <category>여백</category>
      <author>FIL.</author>
      <guid isPermaLink="true">https://fils.tistory.com/875</guid>
      <comments>https://fils.tistory.com/875#entry875comment</comments>
      <pubDate>Tue, 8 Oct 2024 15:33:53 +0900</pubDate>
    </item>
    <item>
      <title>vue3 typescript composition api 전역 함수 만들기</title>
      <link>https://fils.tistory.com/874</link>
      <description>가장 단순하게 사용할 수 있는 console.log() 메서드를 $sendConsole() 이라는 이름으로 래핑해본다.
&amp;nbsp;
helpers.ts
import type {App} from 'vue';

const helpers = {
	$sendConsole(msg: string): void {
    	console.log(msg);
    }
};

declare module '@vue/runtime-core' {
	interface Compo..</description>
      <category>내가 자꾸 까먹어서 쓰는 개발 이야기/Vue.js</category>
      <category>composition api</category>
      <category>global</category>
      <category>TypeScript</category>
      <category>Vue</category>
      <category>vue3</category>
      <category>전역메서드</category>
      <category>전역함수</category>
      <author>FIL.</author>
      <guid isPermaLink="true">https://fils.tistory.com/874</guid>
      <comments>https://fils.tistory.com/874#entry874comment</comments>
      <pubDate>Wed, 29 May 2024 15:06:37 +0900</pubDate>
    </item>
    <item>
      <title>하노이 6/8일차</title>
      <link>https://fils.tistory.com/873</link>
      <description>퍼 지아 쭈웬https://maps.app.goo.gl/LPk2bW99qBygUXDw8하노이 구시가지에는 아침, 저녁에만 영업하는 쌀국수집이 있다.이곳은 06~10, 18~20:30 동안에만 운영된다기에 일어나자마자 눈꼽만 떼고 달려가봤다.그리 늦지 않은 시간임에도 가게는 현지인들로 북적대고 있었다.음식도 직접 가져가야하고 자리도 알아서 찾아야 한다.영어가 안통해서 눈치코치로 주문과 지불을 하고 현지인들 틈에 줄을 서 간간히 들려오는 한국어를 들으며 기..</description>
      <category>마지막 업뎃이 언제였는지 기억 안나는 사진 이야기/Travel</category>
      <author>FIL.</author>
      <guid isPermaLink="true">https://fils.tistory.com/873</guid>
      <comments>https://fils.tistory.com/873#entry873comment</comments>
      <pubDate>Wed, 8 May 2024 00:39:17 +0900</pubDate>
    </item>
    <item>
      <title>Vue 3 Composition API: route 가드 설정 전 인증 체크하기</title>
      <link>https://fils.tistory.com/872</link>
      <description>상황은 이렇다.
&amp;nbsp;

Laravel의 sanctum을 통해 토큰을 받는 인증 방식을 채택
Pinia 스토어를 통해 인증 상태를 저장
저장된 인증 상태를 확인하는 route guard 사용

먼저 main.ts 에서 앱에 route가 주입되기 전에 인증 상태를 확인해야 한다.
axios의 then 내부에서 app.use(router); 를 시도하니 오류가 발생했다.
따라서 axios를 async로 호출하여 강제로 토큰 확인이 완료된 후에 진행되도..</description>
      <category>내가 자꾸 까먹어서 쓰는 개발 이야기/Vue.js</category>
      <category>composition</category>
      <category>Pinia</category>
      <category>router guard</category>
      <category>Sanctum</category>
      <category>token</category>
      <category>Vue</category>
      <category>인증</category>
      <author>FIL.</author>
      <guid isPermaLink="true">https://fils.tistory.com/872</guid>
      <comments>https://fils.tistory.com/872#entry872comment</comments>
      <pubDate>Fri, 26 Apr 2024 10:54:43 +0900</pubDate>
    </item>
    <item>
      <title>Laravel 11 - Kernel.php 제거</title>
      <link>https://fils.tistory.com/871</link>
      <description>Laravel 11에서는 Kernel, cast, Console kernel이 제거되었다고 한다.
Laravel 9 버전의 공식 문서를 통해 sanctum을 설치하려고 하면,
SPA를 사용할 계획이 있는 경우 app/Http/Kernel.php에서 api 미들웨어 그룹을 찾아 배열 요소를 추가하라고 한다.
Laravel 11의 Kernel.php에 해당하는 내용은 app/bootstrap/app.php 파일로 이동되었다.
sanctum 기준으로 해당 파..</description>
      <category>내가 자꾸 까먹어서 쓰는 개발 이야기/Laravel</category>
      <category>console</category>
      <category>kernel</category>
      <category>laravel</category>
      <category>Middleware</category>
      <category>Sanctum</category>
      <author>FIL.</author>
      <guid isPermaLink="true">https://fils.tistory.com/871</guid>
      <comments>https://fils.tistory.com/871#entry871comment</comments>
      <pubDate>Mon, 22 Apr 2024 14:40:10 +0900</pubDate>
    </item>
    <item>
      <title>하노이 5/8일차</title>
      <link>https://fils.tistory.com/870</link>
      <description>아침에 일어나 창밖을 보니 안개가 자욱했다.일전에 Kem Trang Tien에 들렀을 때 기억해 둔 유니클로를 지나치는 코스로 아침을 먹기 위해 우선 호안끼엠 호수로 갔다.호수변에는 수면이 보이지 않을 정도로 더 안개가 자욱했다.호안끼엠 호수는 호숫가 보도에 펜스도 없이 바로 물이라, 호수 가까이 걷기엔 무서울 지경이었다.구글 지도에서 좋은 평이 많았던 Pho Suong에 갔다.가게는 아직 한산했기에 바로 주문할 수 있었다첫 입을 먹자마자 눈이 번쩍 뜨..</description>
      <category>마지막 업뎃이 언제였는지 기억 안나는 사진 이야기/Travel</category>
      <author>FIL.</author>
      <guid isPermaLink="true">https://fils.tistory.com/870</guid>
      <comments>https://fils.tistory.com/870#entry870comment</comments>
      <pubDate>Sun, 25 Feb 2024 23:28:10 +0900</pubDate>
    </item>
    <item>
      <title>하노이 4/8일차</title>
      <link>https://fils.tistory.com/869</link>
      <description>4일 차 아침은 전날 숙소 근처의 응우옌 쏜 베이커리에서 사 온 빵과, 객실 내에 비치된 G7 소금커피를 먹었다.빵은 한국의 프랜차이즈형 베이커리 정도의 맛이었다.오전엔 호치민 묘소에 방문했다.오전 10시까지만 입장이 가능하므로 서둘러야 했다.지도에는 입구가 제대로 표시되어 있지 않아서 묘소 내 경비 중인 군인들의 손짓에 따라 이동하며 더듬더듬 입구를 찾아갔다.위 지도의 파란 점이 실제 입구 위치니, 가보려는 사람들은 침 고하면 되겠다.입장료가 없으므로..</description>
      <category>마지막 업뎃이 언제였는지 기억 안나는 사진 이야기/Travel</category>
      <author>FIL.</author>
      <guid isPermaLink="true">https://fils.tistory.com/869</guid>
      <comments>https://fils.tistory.com/869#entry869comment</comments>
      <pubDate>Fri, 23 Feb 2024 00:21:07 +0900</pubDate>
    </item>
    <item>
      <title>하노이 3/8일차</title>
      <link>https://fils.tistory.com/868</link>
      <description>아침일찍 일어나 콩카페에 갔다.우리는 아침에 뭐든 먹고 대변을 해결한 후에 외출하는것을 불문율로 여기므로, 숙소에 돌아와 전날 사둔 컵라면을 하나씩 먹은 후에야 채비를 마칠 수 있었다.오전엔 하노이 문묘에 갔다.이 또한 호안끼엠 호수의 응옥썬 사원처럼 유교사원으로, 크게 볼거리가 있는편은 아니었다.입장료는 꽤 비싸다.점심은 외국인들이 많이 찾는다는 Huong Viet에 갔다.나는 Pho Ga를, 아내는 Banh Mi를 주문했다.양이 적을지도 모른다는 생..</description>
      <category>마지막 업뎃이 언제였는지 기억 안나는 사진 이야기/Travel</category>
      <author>FIL.</author>
      <guid isPermaLink="true">https://fils.tistory.com/868</guid>
      <comments>https://fils.tistory.com/868#entry868comment</comments>
      <pubDate>Wed, 14 Feb 2024 01:36:38 +0900</pubDate>
    </item>
  </channel>
</rss>