[Bug Report] quertstring stringify/parse出现escape/unescape undefined
- Lingua principale
- Vue
- Stelle
- 17.5k
- Fork
- 3.6k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### VUX version
2.9.4
### OS/Browsers version
macos
### Vue version
2.6.10
### Code
```html
import { querystring } from 'vux'
console.log(querystring.parse())
export default {
filters: {
querystring
}
}
```
### Steps to reproduce
运行demo/querystring.vue 即可,提示escape is not a function或者unescape is not a function,
### What is Expected?
修复querystring/index.js, stringify和parse中不使用变量escape/unescape即可
### What is actually happening?
提示escape is not a function或者unescape is not a function
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Start with querystring/index.js, focusing on the stringify and parse functions that reference escape or unescape. Run demo/querystring.vue to reproduce the reported error, then verify that both querystring operations complete without those function errors.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- javascript
- Ambito
- frontend
- Tipo di issue
- Bug
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Specificata chiaramente
- Idoneità per principianti
- 35/100