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

feat: support scoped and v-bind() #11459

Closed
wants to merge 12 commits into from
Closed

Conversation

xiangmaoshuo
Copy link

Before submitting a pull request, please make sure the following is done:

  1. Read the contributing guide.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation.
  4. Ensure the test suite passes (npm test).

Title Format

type(ComponentName?):commit message

Example:

  • docs: fix typo in quickstart
  • build: optimize build speed
  • fix(Button): incorrect style
  • feat(Button): add color prop

Allowed Types:

  • fix
  • feat
  • docs
  • perf
  • test
  • types
  • build
  • chore
  • refactor
  • breaking change

@xiangmaoshuo
Copy link
Author

支持vue scope/v-bind()相关特性

import { listenToSyncPath, syncPathToChild } from '../../common/iframe-sync';

if (isMobile) {
location.replace('mobile.html' + location.hash);

Check warning

Code scanning / CodeQL

Client-side URL redirect

Untrusted URL redirection depends on a [user-provided value](1).
@chenjiahan
Copy link
Member

This Pull Request made some unexpected change, so I will close it.

@chenjiahan chenjiahan closed this Jan 14, 2023
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.

None yet

2 participants