laravel-scout-and-vuejs icon indicating copy to clipboard operation
laravel-scout-and-vuejs copied to clipboard

using old vue can you plzz update this project to Vue.js 2.0

Open vishalmamidi opened this issue 7 years ago • 1 comments

vishalmamidi avatar Apr 07 '17 19:04 vishalmamidi

try replacing data: { products: [], loading: false, error: false, query: '' },

with data: function () { return { products: [], loading: false, error: false, query: '' } },

Drivez avatar Apr 20 '17 13:04 Drivez