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

[pull] master from vuejs:master #300

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1deb5a1
Update the Firefox-beta link to lead to the latest beta release (#1368)
saeedesmaili Dec 4, 2021
eeb9e2d
Add Vue Mastery Free Weekend Promotion (#1364)
pieer Dec 7, 2021
423e949
Update Vue mastery banner url (#1371)
pieer Dec 7, 2021
4dfc045
Update Prop Mutation Docs to be more clear around mutation (#1365)
MarkTallentire Dec 9, 2021
8533189
Fixed Grammatical Errors in Community Theme Descriptions (#1376)
defyentropy Dec 13, 2021
d6e5a79
Clerification on disabling attributes inheritance. (#1370)
anchan42 Dec 13, 2021
1dcdb5a
update transitions-overview.md (#1373)
wxsms Dec 13, 2021
5136ad7
chore(vite installation guide): add installation guide using pnpm (#1…
dammy001 Dec 17, 2021
93172b9
Added comma for better readability. (#1377)
abrarum Dec 17, 2021
0fd3fff
fix(compat): add a note about Nuxt Bridge for Nuxt.js users (#1379)
superbiche Dec 17, 2021
c314406
Update vue Mastery banner (#1381)
pieer Dec 22, 2021
d47173d
Update typescript-support.md (#1387)
vladsholokhov Dec 24, 2021
dfd86d3
Fix grammatical errors and introduce app.component() in introduction.…
defyentropy Dec 24, 2021
993f256
update global-api.md (#1395)
wxsms Dec 27, 2021
268dcfa
update application-config.md (#1390)
wxsms Dec 27, 2021
5b48887
update application-api.md (#1391)
wxsms Dec 27, 2021
10ed910
Very minor update on letter casing (#1410)
anchan42 Jan 3, 2022
8bd7d49
fix: change SSH to HTTPS clone in Readme (#1411)
Jan 7, 2022
4d39305
fix: grammatical errors in template-syntax.md (#1421)
defyentropy Jan 7, 2022
f5a38e3
Updated: Typos in a11y-basics file (#1414)
Cyebukayire Jan 8, 2022
0c0b6f0
Update events.md (#1425)
chenfan0 Jan 9, 2022
12aa633
Modify the documentation description of the custom directive (#1429)
rinbowLi Jan 12, 2022
6ef3f13
Update composition-api-setup.md (#1427)
chenfan0 Jan 13, 2022
ba5586e
chore(deps): bump follow-redirects from 1.13.1 to 1.14.7 (#1434)
dependabot[bot] Jan 14, 2022
0d4edfd
update petite-vue size (#1454)
vanillajonathan Jan 26, 2022
0ed95f5
add clarification about type exports in SFCs (#1483)
theoephraim Feb 4, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See the [Vue Docs Writing Guide](https://v3.vuejs.org/guide/writing-guide.html)
1. Clone repository

```bash
git clone git@github.com:vuejs/docs.git
git clone https://github.com/vuejs/docs.git
```

2. Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions src/.vuepress/components/community/themes/theme-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default [
},
{
name: 'PrimeVue',
description: `The open-source UI component library [PrimeVue](https://www.primefaces.org/primevue/#/?af_id=4218) offers over 80 flexible components to build your apps with! They have a ton of different component themes and Vue-CLI application templates available to get the look&feel that suits you best.`,
description: `The open-source UI component library [PrimeVue](https://www.primefaces.org/primevue/#/?af_id=4218) offers over 80 flexible components to build your apps with! They have a ton of different component themes and Vue-CLI application templates available to get the look & feel that suits you best.`,
seeMoreUrl: 'https://www.primefaces.org/primevue/#/?af_id=4218',
products: [
{
Expand Down Expand Up @@ -218,7 +218,7 @@ export default [
},
{
name: 'Flatlogic',
description: `Check the admin dashboards templates built by our partners from [Flatlogic](https://flatlogic.com/templates?ref=x-fdkuTAVW). With these themes you can see how real applications is built. Additionally these templates will help you to start a new application and save you time and money.`,
description: `Check out the admin dashboard templates built by our partners from [Flatlogic](https://flatlogic.com/templates?ref=x-fdkuTAVW). With these themes you can see how real applications are built. Additionally, these templates will help you to start a new application and save you time and money.`,
seeMoreUrl: 'https://flatlogic.com/templates?ref=x-fdkuTAVW',
products: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ module.exports = {
'link',
{
href:
'https://fonts.googleapis.com/css?family=Inter:300,400,500,600|Archivo:400,600|Open+Sans:400,600;display=swap',
'https://fonts.googleapis.com/css?family=Inter:300,400,500,600|Open+Sans:400,600;display=swap',
rel: 'stylesheet'
}
],
Expand Down
6 changes: 0 additions & 6 deletions src/.vuepress/public/images/vueschool/extended.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions src/.vuepress/public/images/vueschool/vueschool_close.svg

This file was deleted.

131 changes: 0 additions & 131 deletions src/.vuepress/theme/components/BannerCoins.vue

This file was deleted.

161 changes: 0 additions & 161 deletions src/.vuepress/theme/components/BannerTop.vue

This file was deleted.

7 changes: 4 additions & 3 deletions src/.vuepress/theme/layouts/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ export default {

data() {
return {
isSidebarOpen: false
isSidebarOpen: false,
isMenuFixed: false,
menuPosition: 0
}
},

Expand Down Expand Up @@ -110,8 +112,7 @@ export default {
{
'no-navbar': !this.shouldShowNavbar,
'sidebar-open': this.isSidebarOpen,
'no-sidebar': !this.shouldShowSidebar,
'has-top-banner': this.showTopBanner
'no-sidebar': !this.shouldShowSidebar
},
userPageClass
]
Expand Down
6 changes: 3 additions & 3 deletions src/api/application-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ app.mount('#my-app')
Providing values via the application is especially useful when writing plugins, as plugins typically wouldn't be able to provide values using components. It is an alternative to using [globalProperties](application-config.html#globalproperties).

:::tip Note
The `provide` and `inject` bindings are NOT reactive. This is intentional. However, if you pass down an observed object, properties on that object do remain reactive.
The `provide` and `inject` bindings are NOT reactive. This is intentional. However, if you pass down a reactive object, properties on that object do remain reactive.
:::

- **Example:**
Expand Down Expand Up @@ -298,9 +298,9 @@ setTimeout(() => app.unmount(), 5000)

- **Usage:**

Install a Vue.js plugin. If the plugin is an Object, it must expose an `install` method. If it is a function itself, it will be treated as the install method.
Install a Vue.js plugin. If the plugin is an Object, it must expose an `install` method. If it is a function itself, it will be treated as the `install` method.

The install method will be called with the application as its first argument. Any `options` passed to `use` will be passed on in subsequent arguments.
The `install` method will be called with the application as its first argument. Any `options` passed to `use` will be passed on in subsequent arguments.

When this method is called on the same plugin multiple times, the plugin will be installed only once.

Expand Down
Loading