summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/test/app-entrypoint.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-08fix(vue): vue regular script block exports not being recognized inside ↵Gravatar Justinas Delinda 1-5/+17
editor (#8998) Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-09-06fix: no asset plugin w/ img is imported with query (#8353)Gravatar Barthélémy Ledoux 1-0/+8
* 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-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 1-0/+34
* 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>