Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
interview:developer:vue_developer:start [2025/03/25 12:37] – perry.zeng | interview:developer:vue_developer:start [2025/05/22 10:39] (current) – [第二题] yan.feng | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Vue Developer Interview ====== | ====== Vue Developer Interview ====== | ||
+ | |||
+ | ==== 时限 ==== | ||
+ | * 2小时 | ||
+ | |||
+ | |||
+ | ==== 提交方法 ==== | ||
+ | |||
+ | * 第一题:请将答案写在 .txt 文件内。 | ||
+ | * 第二题:请将相关的 .js 和 .vue 文件放在一个文件夹内,不要包含脚手架文件(如 node_modules)和第三方插件。 | ||
+ | * 提交要求:所有题目答案统一放在一个文件夹内,并用 ZIP 格式压缩(不可用 RAR 或其他格式)。 | ||
+ | |||
Line 125: | Line 136: | ||
- | 请用< | + | 请用< |
Line 142: | Line 153: | ||
==== 购物车功能 ==== | ==== 购物车功能 ==== | ||
- | | + | **以下功能必须实现** |
+ | |||
+ | | ||
* 能删除已选择产品 | * 能删除已选择产品 | ||
* 能更改数量 | * 能更改数量 | ||
* 能按產品名稱排序 | * 能按產品名稱排序 | ||
+ | |||