You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Widget.html didn't load for me. I fixed the problem by editing Widget.json and WidgetConfiguration.json as follows:
"uri": "Widget/Widget.html"
to
"uri": "dist/Widget/Widget.html"
and
"uri": "WidgetConfiguration/WidgetConfigutation.html"
to
"uri": "dist/WidgetConfiguration/WidgetConfigutation.html"
This aligns with the uri settings for the other samples.
The text was updated successfully, but these errors were encountered:
Widget.html không tải cho tôi. Tôi đã khắc phục sự cố bằng cách chỉnh sửa Widget.json và WidgetConfiguration.json như sau: "uri": "Widget/Widget.html" thành "uri": "dist/Widget/Widget.html" và "uri": "WidgetConfiguration/WidgetConfigutation .html" thành "uri": "dist/WidgetConfiguration/WidgetConfigutation.html"
Điều này phù hợp với cài đặt uri cho các mẫu khác.
Widget.html didn't load for me. I fixed the problem by editing Widget.json and WidgetConfiguration.json as follows:
"uri": "Widget/Widget.html"
to
"uri": "dist/Widget/Widget.html"
and
"uri": "WidgetConfiguration/WidgetConfigutation.html"
to
"uri": "dist/WidgetConfiguration/WidgetConfigutation.html"
This aligns with the uri settings for the other samples.
The text was updated successfully, but these errors were encountered: