Use textContent to not escape html entities in Select options
This commit is contained in:
parent
976354a2c0
commit
a9e0f79d89
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ describe('Select.vue', () => {
|
|||
});
|
||||
});
|
||||
|
||||
xit('should accept normal characters', done => {
|
||||
it('should accept normal characters', done => {
|
||||
vm = createVue({
|
||||
template: `
|
||||
<Select :value="2">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue