# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/uarbn2q
看不懂來打我,vue3 如何將 template 編譯成 render 函數**
前言在之前的 通過 debug 搞清楚. vue 文件怎麼變成. js 文件 文章中我們講過了 vue 文件是如何編譯成 js 文件,通過那篇文章我們知道了,template 編譯爲 render 函數底層就是調用了@vue/compiler-sfc包暴露出來的compileTemplate函數。由於文章篇幅有限,我們沒有去深入探索compileTemplate函數是如何將 template 模塊 ⌘ Read more