Merge pull request #13279 from meteor/meteor-3-vue-3-tutorial

Meteor.js 3 + Vue 3 Tutorial
This commit is contained in:
Frederico Maia
2024-08-19 19:04:17 -03:00
committed by GitHub
2 changed files with 1394 additions and 2 deletions

View File

@@ -40,7 +40,13 @@ export default defineConfig({
{
text: 'Migration from Meteor.js 2',
link: 'https://v3-migration-docs.meteor.com'
}
},
{
text: 'Tutorials',
items: [
{ text: 'Meteor + Vue + vue-meteor-tracker', link: '/tutorials/meteorjs3-vue3-vue-meteor-tracker' },
]
},
]
},
{
@@ -217,7 +223,7 @@ export default defineConfig({
link: '/api/top-level-await'
}
],
collapsed: false,
collapsed: true,
},
{
text: "Packages",
@@ -349,6 +355,13 @@ export default defineConfig({
],
collapsed: true,
},
{
text: "Tutorials",
items: [
{ link: "/tutorials/meteorjs3-vue3-vue-meteor-tracker", text: "Meteor + Vue + vue-meteor-tracker" },
],
collapsed: true,
},
{
text: "Changelog",
items: [

File diff suppressed because it is too large Load Diff