mirror of
https://github.com/meteor/meteor.git
synced 2026-01-09 07:38:15 -05:00
Merge branch 'devel' into meteor3-blaze-docs
This commit is contained in:
@@ -33,7 +33,7 @@ If you encounter any issues, please refer to the requirements and details in [ou
|
||||
To set up Meteor with Vue easily, run the following command, replacing `simple-todos-vue` with your chosen project name:
|
||||
|
||||
```shell
|
||||
meteor create --vue simple-todos-vue --release=3.0.2
|
||||
meteor create --vue simple-todos-vue
|
||||
```
|
||||
|
||||
::: info
|
||||
@@ -133,7 +133,7 @@ import Task from './components/Task.vue'
|
||||
|
||||
const getTasks = () => {
|
||||
return [
|
||||
{ _id: 1, text: 'Install Node.js 20' },
|
||||
{ _id: 1, text: 'Install Node.js' },
|
||||
{ _id: 2, text: 'Install Meteor 3' },
|
||||
{ _id: 3, text: 'Create and run your project' },
|
||||
];
|
||||
@@ -163,7 +163,7 @@ import Task from './components/Task.vue'
|
||||
|
||||
const getTasks = () => {
|
||||
return [
|
||||
{ _id: 1, text: 'Install Node.js 20' },
|
||||
{ _id: 1, text: 'Install Node.js' },
|
||||
{ _id: 2, text: 'Install Meteor 3' },
|
||||
{ _id: 3, text: 'Create and run your project' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user