Skip to content

Fix createApp and mount usage #40

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 9 commits into from
Jan 27, 2020
Merged

Fix createApp and mount usage #40

merged 9 commits into from
Jan 27, 2020

Conversation

NataliaTepluhina
Copy link
Member

According to vuejs/core@7fbc3ba I've changed the examples with createApp and mount to match changed signatures

.reverse()
.join('')
}
const vm = Vue.createApp({
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this a lot better :)

@bencodezen
Copy link
Member

@NataliaTepluhina Ready to merge!

@phanan
Copy link
Member

phanan commented Jan 26, 2020 via email

@NataliaTepluhina
Copy link
Member Author

@phanan maybe should we switch to ESLint for the docs? From what I can see it allows to set up a rule for space before parentheses while Prettier deprecated this rule.

@bencodezen
Copy link
Member

Great point @phanan! I've created a new issue here #41 so that we don't lose track of that effort. For the purposes of iterating on the content and making progress, I'm going to merge for now since none of this is public at the moment. Hope that's okay!

@bencodezen bencodezen merged commit b64f3b5 into master Jan 27, 2020
@NataliaTepluhina NataliaTepluhina deleted the fix-create-app branch May 4, 2020 04:17
TalexDreamSoul pushed a commit to Talexs/docs that referenced this pull request Apr 17, 2022
* docs(computed): review src\guide\essentials\computed.md

* Apply suggestions from code review

Co-authored-by: wxsm <wxsms@foxmail.com>
Co-authored-by: Wang Weitao <softweitao@126.com>

* Update src/guide/essentials/computed.md

Co-authored-by: wxsm <wxsms@foxmail.com>

* Update src/guide/essentials/computed.md

Co-authored-by: wxsm <wxsms@foxmail.com>

* upadte

* update (vuejs#40)

* update

* Update src/guide/essentials/computed.md

Co-authored-by: wxsm <wxsms@foxmail.com>
Co-authored-by: Wang Weitao <softweitao@126.com>
Co-authored-by: Jinjiang <zhaojinjiang@me.com>
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.

3 participants