Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Element.classList方法使用有误 #55

Open
919485590 opened this issue Mar 3, 2021 · 0 comments
Open

Element.classList方法使用有误 #55

919485590 opened this issue Mar 3, 2021 · 0 comments

Comments

@919485590
Copy link

src/index.js

   96   bg.innerHTML = ''
   97   bg.classList = []
   98   bg.appendChild(el)

97行classList本身是只读的,没有setter方法。需要用 add() 和 remove() 方法修改它

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant