vue3-core/packages/compiler-core
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__ fix(compiler-core): fix :key shorthand on v-for (#10942) 2024-06-04 20:18:24 +08: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 refactor: rename packages 2018-10-26 15:44:50 -04:00
index.js refactor: rename packages 2018-10-26 15:44:50 -04:00
package.json release: v3.4.29 2024-06-14 18:02:36 +02:00

README.md

@vue/compiler-core