]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(sfc): allow variables that start with _ or $ in `<script setup>`
authorEvan You <yyx990803@gmail.com>
Wed, 23 Jun 2021 14:13:23 +0000 (10:13 -0400)
committerEvan You <yyx990803@gmail.com>
Wed, 23 Jun 2021 14:13:23 +0000 (10:13 -0400)
commit0b8b5764287b4814a37034ad4bc6f2b8ac8f8700
treef99ea6d6ecf5e205c38ca8a0797cd4da5e83cef5
parent63e9e2e9aae07c701548f3350ea83535bea22066
fix(sfc): allow variables that start with _ or $ in `<script setup>`
packages/compiler-sfc/__tests__/__snapshots__/compileScript.spec.ts.snap
packages/compiler-sfc/src/compileScript.ts
packages/runtime-core/src/componentPublicInstance.ts
packages/sfc-playground/src/Header.vue