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