VUE新建页面并配置路由

2026-04-17 12:54:03

1、一,新建页面并配置路由

VUE新建页面并配置路由

VUE新建页面并配置路由

2、二,去掉路径中的 #

mode: ‘history’

VUE新建页面并配置路由

3、三,使用methods

页面跳转


1》直接跳转
router-link

VUE新建页面并配置路由

4、2》使用点击事件跳转

VUE新建页面并配置路由

5、修改data中属性的值

VUE新建页面并配置路由

6、四,页面效果显示

VUE新建页面并配置路由

猜你喜欢