Fix static IP and network settings on Pi

This commit is contained in:
Matt
2020-09-15 11:34:27 -07:00
committed by GitHub
parent 71fc8a7017
commit 44bfc3ea6c
10 changed files with 160 additions and 318 deletions

View File

@@ -12,6 +12,7 @@
color="#ffd843"
:label="name"
:value="index"
:disabled="disabled"
/>
</v-radio-group>
</div>
@@ -21,7 +22,7 @@
export default {
name: 'Radio',
// eslint-disable-next-line vue/require-prop-types
props: ['value', 'list'],
props: ['value', 'list', 'disabled'],
data() {
return {}
},