Files
ClassContent/历届学生/18课程/class18/课程/2020-11-11/笔记.txt
2024-09-27 02:06:13 +08:00

30 lines
355 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

SPA 单页web应用
多页
index.html
其他页面的都是:js
作用:
params 传参
$route.params
http://127.0.0.1/home/1/10
name
实际项目中用的时候,打包上线需要后端做支持才可以正常使用
query 传参
$route.query
http://127.0.0.1/home?id=1&page=1
name
npm
https://cli.vuejs.org/zh/
vue-cli 2.x
vue-cli 3.x