A
A
Arthur2019-06-16 19:21:42
JavaScript
Arthur, 2019-06-16 19:21:42

How to add new tasks to storage?

Implemented a list of tasks on Vue. The initial list of tasks is stored in data. Change priority to do as drag-n-drop. Link
Please explain this moment: Changes in their order in the list (no need to change in the file, only in the repository).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
TCloud, 2019-06-17
@OTCloud

You have a constant there. store = Vuex.Store()
Accordingly, you change the order of tasks in it.
store.actions.tasks

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question