Home > front end >  How the VUE will object serialization for URL
How the VUE will object serialization for URL

Time:03-25

Qs, introduced in vue, the plug-in can be perfect to solve this problem!!!!!!

Example:

Var a={" name ": Lucy," age ": 10}

Qs. Stringify (a);

//"name=lucy& Age=10 "
  • Related