Skip to content

Comments

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

Open
akan wants to merge 2 commits intovuejs:v14from
akan:fix/v14_v_deep_not_work
Open

fix: v14 ::v-deep bug.#1868
akan wants to merge 2 commits intovuejs:v14from
akan:fix/v14_v_deep_not_work

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
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.

1 participant