\n\n\n `"},{"@type":"Answer","text":"` `"},{"@type":"Answer","text":"``"},{"@type":"Answer","text":"` `"}],"acceptedAnswer":[{"@type":"Answer","text":"` `"}]}}
\n
\n```","suggestedAnswer":[{"@type":"Answer","text":"`Hello WeLoveDevs!
\n\n
Easy
If one wants to create a routing system using the vue-router package, in the code below, what should <!-- ????????? -->
be replaced with to make the application's routing work?
<script src="https://unpkg.com/vue@3"></script>
<script src="https://unpkg.com/vue-router@4"></script>
<div id="app">
<h1>Hello WeLoveDevs!</h1>
<p>
<router-link to="/">Home of devs</router-link>
<router-link to="/about">Who are we?</router-link>
</p>
<!-- ????????? -->
</div>
Author: DamienStatus: PublishedQuestion passed 114 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
1
How to do a one-way binding in Vue.js ?4
How to use v-do in VueJS1
What is the name of the event that is fired when the renderer is done rendering the component?2
Create a component dynamically in Vue 32
Display the content of a variable in VueJS2
Vue 3 provides default components to override all classic form components with the goal of performance improvement, a pre-generated basic UI, and pre-established data binding.2
What is the type of the computed property `computedProperty` in the following code?