WangShayne / vue3-signature

Electronic signature for Vue3
84 stars 14 forks source link

`defineProps` is a compiler macro and no longer needs to be imported #8

Closed matrunchyk closed 2 years ago

matrunchyk commented 2 years ago

As per documentation, defineProps and defineExpose are compiler macro so they do not need to be imported, and are compiled away when Githubissues.

  • Githubissues is a development platform for aggregating issues.