vue3-core/packages/compiler-dom
Fernando Fernández 42f4ccceda
feat(compiler-core): add allowSideEffectTag option
By default, the compiler drops `<script>` and `<style>` tags from SFC files. There are good use cases for these tags (like generating stylesheets based on some refs or application state).

I see no documented reason to not allow a bypass if the user knows what's doing, so that's why I'm adding this new option

Signed-off-by: GitHub <noreply@github.com>
2024-06-20 19:23:39 +00:00
..
__tests__ feat(compiler-core): add allowSideEffectTag option 2024-06-20 19:23:39 +00:00
src feat(compiler-core): add allowSideEffectTag option 2024-06-20 19:23:39 +00:00
LICENSE chore: license 2019-10-28 11:15:17 -04:00
README.md feat(compiler): scaffold compiler-dom 2019-09-16 15:06:45 -04:00
index.js feat(compiler): scaffold compiler-dom 2019-09-16 15:06:45 -04:00
package.json release: v3.4.29 2024-06-14 18:02:36 +02:00

README.md

@vue/compiler-dom