fix: broken component import in prod

This commit is contained in:
liyasthomas
2021-08-24 09:14:46 +05:30
parent f20fed444a
commit 12c28f4efc
75 changed files with 254 additions and 153 deletions

View File

@@ -103,10 +103,11 @@
</template>
<script>
import { defineComponent } from "@nuxtjs/composition-api"
import findStatusGroup from "~/helpers/findStatusGroup"
import { getPlatformSpecialKey } from "~/helpers/platformutils"
export default {
export default defineComponent({
props: {
response: {
type: Object,
@@ -121,7 +122,7 @@ export default {
methods: {
getSpecialKey: getPlatformSpecialKey,
},
}
})
</script>
<style lang="scss" scoped>