首頁  >  文章  >  web前端  >  +K / Cmd-K Vue 元件

+K / Cmd-K Vue 元件

PHPz
PHPz原創
2024-08-06 00:31:02219瀏覽

+K / Cmd-K Vueomponent

我最近需要為我正在開發的網站提供 ⌘+k 啟動器。

我嘗試了一些 vue 插件,但找不到合適的。
最後我建造了一個。

<script> // Detect dark theme var iframe = document.getElementById('tweet-1820111785640268056-178'); if (document.body.className.includes('dark-theme')) { iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1820111785640268056&theme=dark" } </script>

以上是+K / Cmd-K Vue 元件的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn