Replies: 1 comment
-
I'm wondering if it will be to hard to implement a way to infer the code behind without the need to have a And now that vscode has Explorer file nesting it's even better. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If we name the script
MyComponent.vue.ts
it won't confuse developersif we explicitly write
import { defineProps, defineEmits, defineExpose } from 'vue'
it won't confuse tools ( at least for IDEs )I like to move my business logic code into a seperate file and I don't want to make my template file toooooo long. Please consider it twice.
Moved from vuejs/core#5902 (comment)
Beta Was this translation helpful? Give feedback.
All reactions