summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/test (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-21Update all dependencies (#9138)Gravatar Bjorn Lu 1-2/+2
Co-authored-by: delucis <delucis@users.noreply.github.com>
2023-11-08fix(vue): vue regular script block exports not being recognized inside ↵Gravatar Justinas Delinda 5-5/+77
editor (#8998) Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-10-27[ci] formatGravatar matthewp 1-1/+0
2023-10-27Prevent passing slot names as props (#8930)Gravatar Matthew Phillips 6-0/+61
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Nate Moore <7118177+natemoo-re@users.noreply.github.com>
2023-09-22nit: optimize images (#8629)Gravatar Erika 1-3/+1
2023-09-06fix: no asset plugin w/ img is imported with query (#8353)Gravatar Barthélémy Ledoux 5-3/+26
* fix: no asset plugin w/ img is imported with query * add changeset * add test for the new feature * remove exp * use removeQueryString instead of `includes('?')` it's more explicit --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 1-2/+1
2023-03-31supporting top of await (#6671)Gravatar wulinsheng123 1-1/+0
* add fix * fix * revert verison * fix fn is undefined g * add e2e test * fix unit test * delete redundant code * add changeset --------- Co-authored-by: wuls <linsheng.wu@beantechs.com>
2022-10-13[ci] formatGravatar natemoo-re 1-4/+4
2022-10-13[Vue] add support for `appEntrypoint` (#5075)Gravatar Nate Moore 8-0/+94
* feat(vue): add support for appEntrypoint * chore: add changeset * test(vue): add tests for app entrypoint * docs(vue): update README to include app entrypoint * fix(vue): prefer resolvedVirtualModuleId Co-authored-by: Nate Moore <nate@astro.build>