christianalfoni / webpack-bin

A webpack code sandbox
http://www.webpackbin.com
MIT License
710 stars 75 forks source link

Uncaught InvalidCharacterError: Failed to execute 'add' on 'DOMTokenList': The token provided #174

Open Ridermansb opened 7 years ago

Ridermansb commented 7 years ago

Try use Vue.js with Semantic-ui.. error..

Uncaught InvalidCharacterError: Failed to execute 'add' on 'DOMTokenList': The token provided ('blue image label') contains HTML space characters, which are not valid in tokens.

code ...

<a class="ui" :class="{'blue image label': !isMobile}">
  <img class="ui avatar image" src="https://s3.amazonaws.com/uifaces/faces/twitter/felipebsb/128.jpg" :class="{'right spaced': !isMobile}">

Source.. http://www.webpackbin.com/N1hpsz92Z