IT quiz
All questions
Sign in
Sign up
JavaScript
HTML
CSS
PostgreSQL
PHP
Linux
Git
Docker
SCSS
TypeScript
SQL
Vue
DNS
Go
frontend (web)
Redis
backend
Gitlab
CI/CD
Vite
webpack
Node.js
HTTP
Python
Kotlin
Nuxt
Question #139
Author:
admin
tags:
Nuxt
Vue
How to set a dynamic route parameter in Nuxt 2 and Nuxt 3 using a directory or file name?
pages/[param1]/part/[param2].vue
in both Nuxt 2 and Nuxt 3
pages/_param1/part/_param2.vue
in both Nuxt 2 and Nuxt 3
pages/[param1]/part/[param2].vue
in Nuxt 2 and
pages/_param1/part/_param2.vue
in Nuxt 3
pages/_param1/part/_param2.vue
in Nuxt 2 and
pages/[param1]/part/[param2].vue
in Nuxt 3
Answer
Rate the difficulty of the question:
1
2
3
4
5
6
7
8
9
10
easy
hard
←
Previous question (Vue)
Next question (Vue)
→
Write new comment