-
Notifications
You must be signed in to change notification settings - Fork 48
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
Update source #422
Merged
Merged
Update source #422
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](vuejs/vitepress@v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: vitepress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Using 'and' between declarative and component-based implies (grammatically speaking) a direct connection between the concepts, as if they are in some sense one. This is not the case. Also, the bit about complexity is over-wrought and clunky. I simplified it.
* fix: missing anchor * fix: relative links
Added "is" for clarity in the opening sentence.
Signed-off-by: GitHub <[email protected]>
Bumps [vue](https://github.com/vuejs/core) from 3.4.21 to 3.4.22. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.4.21...v3.4.22) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs: rephrasing for understanding * docs: rephrasing component basics * docs: rephrased for better understanding * docs: added comment to code --------- Co-authored-by: 404answernotfound <[email protected]>
Bumps [vue](https://github.com/vuejs/core) from 3.4.22 to 3.4.23. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.4.22...v3.4.23) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.1.0 to 1.1.3. - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](vuejs/vitepress@v1.1.0...v1.1.3) --- updated-dependencies: - dependency-name: vitepress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 小林 輝 <[email protected]> Co-authored-by: Divyansh Singh <[email protected]>
Make the sentence more reader friendly.
Updated Image URLs and pricing
Bumps [vue](https://github.com/vuejs/core) from 3.4.23 to 3.4.25. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.4.23...v3.4.25) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
In the inline style are it was written 13 px instead of 30px for the font size. I re write it to 30px
* align play icon * fix center horizontally
* update sfc-css-features.md Update theme to reactive property * docs: make example consistent with ref recommendation as standard --------- Co-authored-by: Ben Hong <[email protected]>
* docs: add vapor link * docs: switch link wrap in reactivity in depth --------- Co-authored-by: Ben Hong <[email protected]>
Bumps [vue](https://github.com/vuejs/core) from 3.4.25 to 3.4.26. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.4.25...v3.4.26) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](vuejs/vitepress@v1.1.3...v1.1.4) --- updated-dependencies: - dependency-name: vitepress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Update link to official certification website * Update .vitepress/config.ts --------- Co-authored-by: Natalia Tepluhina <[email protected]>
* docs: fix writing mistakes in letter case * docs: revert removing 'is' from 'count is'
* Update slots.md Update documentation in order to indicate how to use conditional render of default slot * Update slots.md Fix typo * Update slots.md * Update src/guide/components/slots.md --------- Co-authored-by: Natalia Tepluhina <[email protected]>
…… (#2817) * docs (#2528): add references to help people new to getter functions in docs * docs: update links to have more specific sections to guide users to
docs: add docs for v-model update:* event
feat: add vuemastery free-weekend banner
* docs: add warning to custom-directives * Update src/guide/reusability/custom-directives.md --------- Co-authored-by: Natalia Tepluhina <[email protected]>
# Conflicts: # .vitepress/config.ts # src/api/built-in-components.md # src/api/built-in-directives.md # src/api/component-instance.md # src/api/reactivity-core.md # src/api/sfc-css-features.md # src/api/sfc-script-setup.md # src/examples/src/form-bindings/App/template.html # src/examples/src/list-transition/App/template.html # src/examples/src/modal/App/template.html # src/examples/src/todomvc/App/template.html # src/glossary/index.md # src/guide/best-practices/accessibility.md # src/guide/best-practices/performance.md # src/guide/built-ins/keep-alive-demos/CompA.vue # src/guide/built-ins/keep-alive.md # src/guide/components/attrs.md # src/guide/components/events.md # src/guide/components/props.md # src/guide/components/slots.md # src/guide/components/v-model.md # src/guide/essentials/computed.md # src/guide/essentials/event-handling.md # src/guide/essentials/watchers.md # src/guide/extras/reactivity-in-depth.md # src/guide/extras/render-function.md # src/guide/introduction.md # src/guide/quick-start.md # src/guide/reusability/composables.md # src/guide/reusability/custom-directives.md # src/guide/scaling-up/routing.md # src/tutorial/src/step-11/App/composition.js # src/tutorial/src/step-2/description.md # src/tutorial/src/step-4/App/template.html # src/tutorial/src/step-4/_hint/App/template.html # src/tutorial/src/step-6/App/template.html # src/tutorial/src/step-6/_hint/App/template.html # src/tutorial/src/step-9/App/template.html
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This was referenced May 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update source