コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1731 ビュー

the JS itself is being logged but the class is not being logged

アバター
破棄
最善の回答

Hello, Please declare the asset key in the module's manifest file.

Example:

'assets': {
'web.assets_backend': [
'module_name/static/src/js/my_module.js'
]
}

Replace module_name with the name of your module and js_name_module with the name of your JavaScript module.

Don't forget to restart the server after making the changes.

アバター
破棄
著作者

oh sorry it seems I forgot to put it that I already have it as you have stated but like I said the js itself was logged however the class wasn't

関連投稿 返信 ビュー 活動
0
4月 24
1349
2
2月 25
1214
0
8月 23
1835
2
2月 23
6117
2
3月 24
7188