Skip to content

fix: v14 ::v-deep bug. #1868

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 2 commits into
base: v14
Choose a base branch
from
Open

fix: v14 ::v-deep bug. #1868

wants to merge 2 commits into from

Conversation

akan
Copy link

@akan akan commented Aug 25, 2021

add code to solve v14 deep selector bug. v14 is used for many old projects, so..

         // ::v-deep pseudo
          if (n.type === 'pseudo' && n.value === '::v-deep') {
            n.value = n.spaces.before = n.spaces.after = ''
            return false
          }

ci is failed. maybe this v14 branch is too old to check the CI config?
local test.

npm run lint
npm run test

is ok.

@akan akan changed the title fix ::v-deep bug. fix v14 ::v-deep bug. Aug 25, 2021
@akan akan changed the title fix v14 ::v-deep bug. fix: v14 ::v-deep bug. Aug 25, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant