acacha / forms

Form objects pattern implementation for Javascript.
6 stars 1 forks source link

Axios is a dependency so use import not depends on axios being able in window.axios #14

Open acacha opened 6 years ago

acacha commented 6 years ago

On Laravel works (axios is able in global namespace) but in other environments? TODO test examples what is done without Laravel?

acacha commented 6 years ago

Add

import axios from axios

At import section in Form object!