[Vuejs]-Vue.js template with data

0👍

Thank you Bert i just had to do that change and delete cache

         methods: {
                        addUser() {
                            return this.divList.push({
                                id: + new Date,
                                text: this.textInput
                            });
                        }
                    }

Leave a comment