인프런 커뮤니티 질문&답변
eslint 에러가 발생하지 않는 이유에 대해서 여쭤봅니다.
작성
·
204
1
<template>
<div id="app">
Hello
</div>
</template>
<script>
export default {
methods: {
fetchData() {
console.log('HI')
console.log('G')
}
}
}
</script>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
</style>
App running at: - Local: http://localhost:8080/ - Network: http://192.168.1.104:8080/ Note that the development build is not optimized. To create a production build, run npm run build. WAIT Compiling... 1:15:50 PM 98% after emitting CopyPlugin DONE Compiled successfully in 117ms 1:15:50 PM App running at: - Local: http://localhost:8080/ - Network: http://192.168.1.104:8080/
캡틴선생님 안녕하세요. 타입스크립트 학생입니다.
영상 5:12 초 에러가 발생하지 않습니다.ㅠㅠ 왜일까요...?
답변 3
1
0
0





