fix(admin): add data value for expand state

This commit is contained in:
SabreCat
2022-08-11 14:16:27 -05:00
parent b593db2150
commit 0aadee550e

View File

@@ -64,5 +64,10 @@ export default {
required: true,
},
},
data () {
return {
expand: false,
};
},
};
</script>