Skip to content

Commit

Permalink
fix: error in url state modification caused by an immutable variable
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonYong committed Jun 9, 2023
1 parent 10e7c74 commit e269b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hooks/src/useUrlState/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Will be deprecated in version 1.7.6
* Will be replaced by a vue router
*/
import qs from 'qs'
import { Ref, ref, watch, watchEffect } from 'vue'
Expand Down

0 comments on commit e269b83

Please sign in to comment.