문제 console.log, 코드가 적용이 안됨 해결 방안 1작동 되는 코드 마다 console.log를 넣음결과 코드에 넣은 console.log 하나도 안나옴 해결 방안2크롬 인터넷옵션에 인터넷 기록 인터넷 캐시 삭제결과 그래도 아무것도 안나옴 해결...
main.js:5 Feature flag __VUE_PROD_HYDRATION_MISMATCH_DETAILS__ is not explicitly defined. You are running the esm-bundler build of Vue, which expects...
채팅이 서버 못넘어 온 이유 topic_id를 못 받아와서 메세지는 못 받고 return 함
웹소켓 Vue 연결 methods: { async fetchPreviousMessages() { try { const response = await fetch(`/api/chat/history/`); // API 접근을 위한 URL을...
<template> <div class="register-container"> <h1>ChatDay</h1> <div class="input-container"> <input type="text" placeholder="닉네임"...
npm install vue - Vue 설치 npm install vue-router - Vue Router 설치 npm install -g @vue/cli - Vue Cli 설치 vue --version - Vue 버전 확인 npm run serve - 로컬 서버...