Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: unplugin/unplugin-vue2-script-setup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: unplugin/unplugin-vue2-script-setup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pug-failed-test
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 16, 2022

  1. test: add failed pug tests

    antfu committed Mar 16, 2022
    Copy the full SHA
    3413312 View commit details

Commits on Mar 28, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4ab731c View commit details
Showing with 6 additions and 0 deletions.
  1. +6 −0 test/fixtures/Pug2.vue
6 changes: 6 additions & 0 deletions test/fixtures/Pug2.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<script setup>
</script>
<template lang="pug">
div(v-if="1 < 2")
| hello
</template>