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