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

fix: strict version range to 2.6.x #145

Merged
merged 2 commits into from
Jul 12, 2022
Merged

fix: strict version range to 2.6.x #145

merged 2 commits into from
Jul 12, 2022

Conversation

Meglody
Copy link
Contributor

@Meglody Meglody commented Jul 11, 2022

such like:

<script setup lang="ts">
const count = ref(0)
</script>
<template>
  <span>{{ count }}</span>
</template>

console will throw error:

 The setup binding property "count" is already declared.

and this will appears to dom:
{ "value": 0 }

@antfu
Copy link
Member

antfu commented Jul 12, 2022

Do you mean it conflicts with 2.7?

@Meglody
Copy link
Contributor Author

Meglody commented Jul 12, 2022

Do you mean it conflicts with 2.7?

Yes, Exactly.

@antfu antfu changed the title fix: Using vue@^2.6.14 in example/cli will cause a error. fix: strict version range to 2.6.x Jul 12, 2022
@antfu antfu merged commit 9152587 into unplugin:main Jul 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants