FranckFreiburger / vue3-sfc-loader

Single File Component loader for Vue2 and Vue3. Load .vue files directly from your HTML. No node.js environment, no build step.
MIT License
1.03k stars 116 forks source link

defineOptions() not working, resulting in a warning #169

Closed Connum closed 5 months ago

Connum commented 7 months ago

Describe the bug

When the SFC uses defineOptions() in its setup script, this will result in the following warning:

VM1252:3 [Vue warn]: defineOptions() is a compiler-hint helper that is only usable inside Githubissues.

  • Githubissues is a development platform for aggregating issues.