|
@@ -92,7 +92,6 @@ struct Banner {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-@Preview
|
|
|
|
|
@Component
|
|
@Component
|
|
|
struct EnablementItem {
|
|
struct EnablementItem {
|
|
|
@Prop enablementItem: ArticleClass;
|
|
@Prop enablementItem: ArticleClass;
|
|
@@ -137,7 +136,6 @@ struct EnablementItem {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-@Preview
|
|
|
|
|
@Component
|
|
@Component
|
|
|
struct TutorialItem {
|
|
struct TutorialItem {
|
|
|
@Prop tutorialItem: ArticleClass;
|
|
@Prop tutorialItem: ArticleClass;
|
|
@@ -185,6 +183,7 @@ struct TutorialItem {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+@Preview
|
|
|
@Component
|
|
@Component
|
|
|
struct EnablementView {
|
|
struct EnablementView {
|
|
|
@State enablementList: Array<ArticleClass> = [
|
|
@State enablementList: Array<ArticleClass> = [
|
|
@@ -229,6 +228,7 @@ struct EnablementView {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+@Preview
|
|
|
@Component
|
|
@Component
|
|
|
struct TutorialView {
|
|
struct TutorialView {
|
|
|
@State tutorialList: Array<ArticleClass> = [
|
|
@State tutorialList: Array<ArticleClass> = [
|