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