Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(compiler): allow flexible spacing in v-for #9576

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

jh-leong
Copy link
Contributor

@jh-leong jh-leong commented Nov 9, 2023

Close #6499.

Previously, spaces around 'of' were required, but with this change, it is now possible to write v-for without the spaces.

Copy link

github-actions bot commented Nov 9, 2023

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 90 kB 34.5 kB 31.1 kB
vue.global.prod.js 147 kB (+98 B) 54 kB (+34 B) 48.1 kB (+7 B)

Usages

Name Size Gzip Brotli
createApp 49.8 kB 19.5 kB 17.8 kB
createSSRApp 53.3 kB 21 kB 19.1 kB
defineCustomElement 52 kB 20.3 kB 18.5 kB
overall 63.3 kB 24.5 kB 22.3 kB

baiwusanyu-c

This comment was marked as outdated.

@baiwusanyu-c
Copy link
Member

/ecosystem-ci run

@vue-bot
Copy link

vue-bot commented Nov 16, 2023

📝 Ran ecosystem CI: Open

suite result latest scheduled
language-tools failure failure
nuxt success success
pinia success success
quasar success success
router success success
test-utils success success
vant success success
vite-plugin-vue success success
vitepress success success
vue-i18n success success
vue-macros success success
vuetify failure failure
vueuse success success
vue-simple-compiler success success

@pikax pikax added the 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. label Nov 22, 2023
@jh-leong
Copy link
Contributor Author

The changes in this PR have fixed #5819. Updated the test cases to reflect this fix.

@yyx990803 yyx990803 added 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. and removed 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. labels Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. scope: compiler
Projects
Status: Needs Review
Development

Successfully merging this pull request may close these issues.

Allow omit space around of in v-for
6 participants