From 526ed34eebca30fcf24faef702b7813401bbd5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B9=B3=E6=96=87?= Date: Sun, 22 Dec 2019 20:05:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8F=82=E8=80=83=E8=B5=84?= =?UTF-8?q?=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interview/tool.md | 4 +++- interview/ts.md | 2 ++ interview/vue.md | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/interview/tool.md b/interview/tool.md index 9381eac..149cf88 100644 --- a/interview/tool.md +++ b/interview/tool.md @@ -51,4 +51,6 @@ 51. [简要介绍一下WebPack的底层实现原理?](https://github.com/pwstrick/daily/issues/836) 52. [简要介绍一下gulp的底层实现原理?](https://github.com/pwstrick/daily/issues/837) 53. [百度的构建工具FIS你了解吗?](https://github.com/pwstrick/daily/issues/840) -54. [用过JSBridge吗?你们是如何封装JSBridge的?](https://github.com/pwstrick/daily/issues/852) \ No newline at end of file +54. [用过JSBridge吗?你们是如何封装JSBridge的?](https://github.com/pwstrick/daily/issues/852) + +参考资料:[前端利器躬行记](https://www.kancloud.cn/pwstrick/fe-questions/1280317) \ No newline at end of file diff --git a/interview/ts.md b/interview/ts.md index bc5a41c..ec52e04 100644 --- a/interview/ts.md +++ b/interview/ts.md @@ -13,3 +13,5 @@ 13. [命名空间和模块有哪些区别?](https://github.com/pwstrick/daily/issues/921) 14. [什么是装饰器?](https://github.com/pwstrick/daily/issues/922) 15. [装饰器的执行顺序是怎么样的?](https://github.com/pwstrick/daily/issues/923) + +参考资料:[TypeScript躬行记](https://www.kancloud.cn/pwstrick/fe-questions/1437676) diff --git a/interview/vue.md b/interview/vue.md index bee7bf6..8adb7aa 100644 --- a/interview/vue.md +++ b/interview/vue.md @@ -39,4 +39,6 @@ 39. [如何开启Vuex的严格模式?它有什么作用?](https://github.com/pwstrick/daily/issues/907) 40. [Vuex的Mutation和Action有哪些区别?](https://github.com/pwstrick/daily/issues/908) 41. [请谈谈你对Vuex的理解。](https://github.com/pwstrick/daily/issues/909) -42. [Vue为什么要求在组件的模板中只能有一个根元素?](https://github.com/pwstrick/daily/issues/910) \ No newline at end of file +42. [Vue为什么要求在组件的模板中只能有一个根元素?](https://github.com/pwstrick/daily/issues/910) + +参考资料:[Vue躬行记](https://www.kancloud.cn/pwstrick/fe-questions/1371058) \ No newline at end of file