Vue

Vue (await import('vue')).defineComponent()

끈끈 2023. 5. 3. 17:25

 

<scripts>

 

export default (await import('vue')).defineComponent()

 

 

App.vue의 <scripts> 태그에

 

지워지지도 않고 굉장히 거슬렸다

 


 

 

To hide it, you can set "vue.inlayHints.optionsWrapper": false in IDE setiings.

 

 

마우스를 올리면 뜨는 문구이다

 

설정에 있을 것 같은데..!!!

 


 

 

vscode 왼쪽 아래 톱니바퀴 -  [Settings]

 

 

[optionsWrapper] 검색

 

Vue > Inlay Hints: Options Wrapper

 

Show inlay hints for component options wrapper for type support.

 

체크되어 있는 것을 풀어준다

 

 

깔꿈~~~

 

'Vue' 카테고리의 다른 글

Vue img 모달창  (2) 2023.05.06
Vue click 이벤트핸들러  (2) 2023.05.04
Vue 반복문 v-for  (3) 2023.05.03
Vue 데이터바인딩 {{}}  (4) 2023.05.03
Vue 3 Install & Setting  (1) 2023.05.03