Fix watch for router

pull/4871/head
Angel Fernando Quiroz Campos 2 years ago
parent 8a0e73fb15
commit 4b2d88e97f
  1. 2
      assets/vue/App.vue

@ -75,7 +75,7 @@ const layout = computed(() => {
const legacyContainer = ref(null) const legacyContainer = ref(null)
watch(route, () => { watch(() => route.name, () => {
if (legacyContainer.value) { if (legacyContainer.value) {
legacyContainer.value.innerHTML = "" legacyContainer.value.innerHTML = ""
} }

Loading…
Cancel
Save