본문 바로가기
728x90
반응형

분류 전체보기241

Vuejs nuxtjs Typescript Window 사용하기 nuxtjs 기준 /types/{{파일명}}.d.ts declare global { interface Window { test { gettest: () => null | string | undefined; }; } } xxx.vue window.test.gesttest() //형태로 사용함 2023. 4. 25.
판교 미래에셋벤처타워 점심 메뉴 2023.04.24 ~ 2023.04.28 2023. 4. 25.
nuxtjs .d.ts 파일에 전역 상수 추가하는 방법 Nuxt.js에서 -9로 할당된 전역 상수를 만들려면, 다음과 같이 nuxt-env.d.ts 파일을 만들고, 해당 파일에서 상수를 선언하면 됩니다. declare module '@nuxt/types' { interface Context { $myGlobalConsts: Readonly; } } declare module '@nuxt/types/config/runtime' { interface NuxtRuntimeConfig { myGlobalConsts: Readonly; } } 위의 코드에서 Context와 NuxtRuntimeConfig를 확장하여 $myGlobalConsts 상수를 추가합니다. 또한, 읽기 전용인 Readonly를 사용하여 상수의 값이 변경되지 않도록 합니다. 이제 상수를 사용하려면.. 2023. 4. 18.
판교 미래에셋벤처타워 점심 메뉴 2023.04.17 ~ 2023.04.21 2023. 4. 17.
laravel heic to jpg 변환 사이트 https://laravel-news.com/php-heic-to-jpg Convert HEIC Images to JPEG in PHP The php-heic-to-jpg PHP package is the easiest way to convert HEIC (High-Efficiency Image Container) images to JPEG with PHP and Laravel framework. laravel-news.com 2023. 4. 14.
react, typescript 유용한사이트 타입스크립트 : https://driip.me/b812974b-3974-46e3-829e-1476b9b30c94 TypeScript 타입 정의 읽기 — 몇 가지만 알면 쉬워요 아마 조금 더 쉬워질걸요? driip.me 리액트 : https://react.gg/visualized 2023. 4. 11.
판교 미래에셋벤처타워 점심 메뉴 2023.04.10 ~ 2023.04.14 2023. 4. 10.
판교 미래에셋벤처타워 점심 메뉴 2023.04.03 ~ 2023.04.07 2023. 4. 3.
판교 미래에셋벤처타워 점심 메뉴 2023.03.27 ~ 2023.03.31 2023. 3. 27.
애플 페이 사용 가능 가맹점 2023. 3. 21.
최신 CSS Property로 만든 사이트 모음 페이지 https://smolcss.dev/ 2023. 3. 21.
판교 미래에셋벤처타워 점심 메뉴 2023.03.20 ~ 2023.03.24 2023. 3. 20.
728x90
반응형