-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Instance Properties API reference #75
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
Merged
Merged
Conversation
This file contains hidden or 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
Co-Authored-By: Jinjiang <[email protected]>
Co-Authored-By: Jinjiang <[email protected]>
phanan
approved these changes
May 3, 2020
pikax
approved these changes
May 3, 2020
commit 5509287 Author: Natalia Tepluhina <[email protected]> Date: Mon May 4 06:57:13 2020 +0300 Options API Reference (#73) * feat: started with Global Config API * feat: finished global config * feat: added component global api * feat: added directives API * feat: added mixin API * feat: add mount API * feat: added unmount and use * Update src/api/global-api.md Co-Authored-By: Jinjiang <[email protected]> * Update src/api/global-config.md Co-Authored-By: Jinjiang <[email protected]> * fixL changed global -> application * fix: fixed types for config * fix: fixed types for API * feat: added a note about native HTML tags * feat: added options data chapter * feat: finished options data * feat: added options-DOM * Added emits to data * feat: added lifecycle hooks * feat: added renderTracked and renderTriggered * feat: added options assets * feat: added options composition * feat: added misc to options * fix: TODO cleanup * fix: changed data description Co-authored-by: Jinjiang <[email protected]> commit b31cbfc Author: Damian Dulisz <[email protected]> Date: Sun May 3 16:18:35 2020 +0200 [Rough Draft] Composition-API: Introduction (#67) * Add Composition-API: Introduction draft * Fix image links * Add styling for Tips and Warnings. Fix missing `js` syntax flag * Apply suggestions from An Phan Co-Authored-By: Phan An <[email protected]> * Apply suggestions from code review Co-Authored-By: Phan An <[email protected]> Co-Authored-By: Rahul Kadyan <[email protected]> * Convert tabs to spaces Co-authored-by: Phan An <[email protected]> Co-authored-by: Rahul Kadyan <[email protected]> commit 19c7285 Author: NataliaTepluhina <[email protected]> Date: Sun May 3 17:18:17 2020 +0300 fix: fixed slots inconsistence
TalexDreamSoul
pushed a commit
to Talexs/docs
that referenced
this pull request
Apr 17, 2022
* docs(reactivity-fundamentals.md): fix world error 修复响应式基础中的文案错误 * fix(reactivity-fundamentals.md): fix world error fix world error(修复部分文字错误) * Update src/guide/essentials/reactivity-fundamentals.md Co-authored-by: Godpu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
In this PR, I've migrated instance properties API reference.