webapp: Organize components
This commit is contained in:
parent
c6ebea3e9e
commit
6eee2ce5f6
@ -47,8 +47,8 @@ import { defineComponent, type PropType } from 'vue';
|
||||
|
||||
export default defineComponent({
|
||||
components: {
|
||||
BIconInfoSquare,
|
||||
BootstrapAlert,
|
||||
BIconInfoSquare,
|
||||
},
|
||||
props: {
|
||||
devInfoList: { type: Object as PropType<DevInfoStatus>, required: true },
|
||||
|
||||
@ -27,9 +27,9 @@ import { defineComponent, type PropType } from 'vue';
|
||||
export default defineComponent({
|
||||
components: {
|
||||
BootstrapAlert,
|
||||
BIconBroadcast,
|
||||
BIconClock,
|
||||
BIconExclamationCircle,
|
||||
BIconBroadcast,
|
||||
},
|
||||
props: {
|
||||
hints: { type: Object as PropType<Hints>, required: true },
|
||||
|
||||
@ -108,9 +108,9 @@ import { defineComponent } from 'vue';
|
||||
|
||||
export default defineComponent({
|
||||
components: {
|
||||
BIconEgg,
|
||||
BIconSun,
|
||||
BIconTree,
|
||||
BIconEgg,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@ -82,10 +82,10 @@ import { defineComponent } from 'vue';
|
||||
export default defineComponent({
|
||||
components: {
|
||||
BasePage,
|
||||
BIconInfoCircle,
|
||||
BIconActivity,
|
||||
BIconBug,
|
||||
BIconChat,
|
||||
BIconInfoCircle,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
@ -101,11 +101,11 @@ import { defineComponent } from 'vue';
|
||||
export default defineComponent({
|
||||
components: {
|
||||
BasePage,
|
||||
BIconExclamationCircleFill,
|
||||
BIconArrowLeft,
|
||||
BIconCheckCircle,
|
||||
BootstrapAlert,
|
||||
CardElement,
|
||||
BIconArrowLeft,
|
||||
BIconCheckCircle,
|
||||
BIconExclamationCircleFill,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@ -49,9 +49,9 @@ export default defineComponent({
|
||||
components: {
|
||||
BasePage,
|
||||
BootstrapAlert,
|
||||
BIconInfoCircle,
|
||||
InputElement,
|
||||
CardElement,
|
||||
InputElement,
|
||||
BIconInfoCircle,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@ -81,10 +81,10 @@ export default defineComponent({
|
||||
components: {
|
||||
BasePage,
|
||||
CardElement,
|
||||
BIconExclamationCircleFill,
|
||||
BIconArrowLeft,
|
||||
BIconArrowRepeat,
|
||||
BIconCheckCircle,
|
||||
BIconExclamationCircleFill,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@ -340,22 +340,22 @@ import { defineComponent } from 'vue';
|
||||
export default defineComponent({
|
||||
components: {
|
||||
BasePage,
|
||||
BootstrapAlert,
|
||||
DevInfo,
|
||||
EventLog,
|
||||
HintView,
|
||||
InverterChannelInfo,
|
||||
InverterTotalInfo,
|
||||
HintView,
|
||||
EventLog,
|
||||
DevInfo,
|
||||
BootstrapAlert,
|
||||
BIconXCircleFill,
|
||||
BIconExclamationCircleFill,
|
||||
BIconCheckCircleFill,
|
||||
BIconSpeedometer,
|
||||
BIconPower,
|
||||
BIconCpu,
|
||||
BIconJournalText,
|
||||
BIconToggleOn,
|
||||
BIconToggleOff,
|
||||
BIconArrowCounterclockwise,
|
||||
BIconCheckCircleFill,
|
||||
BIconCpu,
|
||||
BIconExclamationCircleFill,
|
||||
BIconJournalText,
|
||||
BIconPower,
|
||||
BIconSpeedometer,
|
||||
BIconToggleOff,
|
||||
BIconToggleOn,
|
||||
BIconXCircleFill,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@ -185,9 +185,9 @@ export default defineComponent({
|
||||
BasePage,
|
||||
BootstrapAlert,
|
||||
CardElement,
|
||||
BIconTrash,
|
||||
BIconPencil,
|
||||
BIconInfoCircle,
|
||||
BIconPencil,
|
||||
BIconTrash,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@ -120,8 +120,8 @@ export default defineComponent({
|
||||
components: {
|
||||
BasePage,
|
||||
BootstrapAlert,
|
||||
InputElement,
|
||||
CardElement,
|
||||
InputElement,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@ -68,8 +68,8 @@ export default defineComponent({
|
||||
components: {
|
||||
BasePage,
|
||||
BootstrapAlert,
|
||||
InputElement,
|
||||
CardElement,
|
||||
InputElement,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@ -24,10 +24,10 @@ import { defineComponent } from 'vue';
|
||||
export default defineComponent({
|
||||
components: {
|
||||
BasePage,
|
||||
WifiStationInfo,
|
||||
WifiApInfo,
|
||||
InterfaceNetworkInfo,
|
||||
InterfaceApInfo,
|
||||
InterfaceNetworkInfo,
|
||||
WifiApInfo,
|
||||
WifiStationInfo,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@ -62,8 +62,8 @@ export default defineComponent({
|
||||
components: {
|
||||
BasePage,
|
||||
BootstrapAlert,
|
||||
InputElement,
|
||||
CardElement,
|
||||
InputElement,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@ -41,8 +41,8 @@ export default defineComponent({
|
||||
components: {
|
||||
BasePage,
|
||||
BootstrapAlert,
|
||||
InputElement,
|
||||
CardElement,
|
||||
InputElement,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@ -24,8 +24,8 @@ import { defineComponent } from 'vue';
|
||||
export default defineComponent({
|
||||
components: {
|
||||
BasePage,
|
||||
HardwareInfo,
|
||||
FirmwareInfo,
|
||||
HardwareInfo,
|
||||
MemoryInfo,
|
||||
RadioInfo,
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user