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

fix(VOverlay): fix the precedence of the target expression operator #20043

Closed
wants to merge 1 commit into from

Conversation

lzl0304
Copy link
Contributor

@lzl0304 lzl0304 commented Jun 22, 2024

Description

fixes #20001

Markup:

<template>
  <v-app>
    <v-container>
      <v-text-field v-model="msg">
        <v-overlay activator="parent" contained open-on-hover>
          <p>Overlay</p>
        </v-overlay>
      </v-text-field>
    </v-container>
  </v-app>
</template>

<script setup>
  import { ref } from 'vue'

  const msg = ref('Hello World!')
</script>

@josephlbarnett
Copy link

fwiw, applied this to my node_modules and it fixed the error in tests w/ v-dialog attach=true: #20001 (comment)

@lzl0304
Copy link
Contributor Author

lzl0304 commented Jun 26, 2024

fwiw, applied this to my node_modules and it fixed the error in tests w/ v-dialog attach=true: #20001 (comment)

It has been fixed, I will close this PR.

@lzl0304 lzl0304 marked this pull request as draft June 26, 2024 23:09
@lzl0304 lzl0304 closed this Jun 26, 2024
@lzl0304 lzl0304 deleted the fix-20001 branch June 26, 2024 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report][3.6.9] VOverlay unable to locate target undefined
2 participants