-
Notifications
You must be signed in to change notification settings - Fork 16
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
Assertion Failed: A component or helper named "io-button" could not be found Error #62
Comments
package.json里面是否依赖了ember-cli-idcos? |
|
1.semantic-ui-ember装了之后再bower_components文件,写进了bower.json.然后我在ember-cli-build.js里面用app.import()引入。我曾经这样成功用了bootstrap。但是这个也失败了。 |
有没有工程的仓库,我看一下 |
工程的仓库:https://github.com/terrycafe520/test_repair_ember_addon |
我安装成功之后,
<th>{{#io-button type="primary" }} 主按钮 {{/io-button}}</th>
放在一个组件里面。控制台报错的内容为:Assertion Failed: A component or helper named "io-button" could not be found Error。
The text was updated successfully, but these errors were encountered: