自動輝度調整がOFFにできないのを解決した話 ( DELL XPS )
[2019/11/10]
1 |
components: [ myComponent ], |
1 |
[Vue warn]: Invalid component name: "0". Component names should conform to valid custom element name in html5 specification. |
正しくは
1 |
components: { myComponent }, |
でした。配列にしちゃだめ。
こちらの記事に助けられました。ありがたいー。
ディスカッション
コメント一覧
まだ、コメントがありません