摘要:
### sanic官方文档:https://sanic.readthedocs.io/en/latest/ ### 看看官方文档的介绍 Sanic is a Python 3.7+ web server and web framework that’s written to go fast. It 阅读全文
摘要:
# 插槽 在之前的章节中,我们已经了解到组件能够接收任意类型的 JavaScript 值作为 props,但组件要如何接收模板内容呢?在某些场景中,我们可能想要为子组件传递一些模板片段,让子组件在它们的组件中渲染这些片段。 ## 含有插槽的子组件 - slot元素是一个插槽出口 (slot outl 阅读全文