Skip to content

Commit

Permalink
feat(deploy): fix build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
dzunglee authored and Dung Le committed May 27, 2022
1 parent 521fb94 commit e26bb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/default-layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default defineComponent({
},
setup() {
const route = useRoute()
const route: any = useRoute()
const store = useDashboardStore()
const isPin = computed<boolean>(() => store.isPin)
const setIsPin = (b: boolean) => store.setSideBar(b)
Expand Down

0 comments on commit e26bb0c

Please sign in to comment.