forked from urvishpatelce/lxd-app
Compare commits
2 Commits
481508b88c
...
b96a1c0065
| Author | SHA1 | Date | |
|---|---|---|---|
| b96a1c0065 | |||
| c05d98f333 |
@ -49,7 +49,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
definePageMeta({
|
/*definePageMeta({
|
||||||
// This is an example of inline middleware
|
// This is an example of inline middleware
|
||||||
middleware: async nuxtApp => {
|
middleware: async nuxtApp => {
|
||||||
const host = useRequestURL().host
|
const host = useRequestURL().host
|
||||||
@ -60,7 +60,7 @@ definePageMeta({
|
|||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
},
|
},
|
||||||
})
|
})*/
|
||||||
|
|
||||||
import { ref, onMounted } from 'vue'
|
import { ref, onMounted } from 'vue'
|
||||||
import { useRouter, useRoute } from 'vue-router'
|
import { useRouter, useRoute } from 'vue-router'
|
||||||
|
|||||||
Reference in New Issue
Block a user