How can I get query string params after inertia replace?

前端 未结 0 975
醉话见心
醉话见心 2021-02-05 00:59

I have a function to get query string params:

extractQuery() {
   let uri = window.location.href.split(\'?\');
   if (uri.length == 2)
   {
      this.$query = qs         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题