-
-
Notifications
You must be signed in to change notification settings - Fork 499
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the vue-language-core assumes that everyone uses Vue, so, it does not cater for projects that make use of a custom renderer.
I will suggest that one is allowed to specify the package to use as part of tsconfig. What this means is that, the below function either makes use of the specified vueLibrary (see nativescript-vue/nativescript-vue#1038) or default to vue.
| return vueVersion < 2.7 ? '@vue/runtime-dom' : 'vue'; |
so1ve and ndianabasi
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request