chore(deps): bump + sort tailwind classes

This commit is contained in:
Liyas Thomas
2021-02-20 15:39:37 +00:00
committed by GitHub
parent a6207e7edf
commit 72913ccece
5 changed files with 71 additions and 71 deletions

View File

@@ -103,8 +103,8 @@ export default {
})
},
environments: {
handler(val) {
if (val.length === 0) {
handler({ length }) {
if (length === 0) {
this.selectedEnvironmentIndex = -1
this.$emit("use-environment", {
environment: this.defaultEnvironment,