mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-12-20 09:45:38 +08:00
feat: 新增 Demo 站点
This commit is contained in:
17
docs/demos/promiseify-post-message/index.md
Normal file
17
docs/demos/promiseify-post-message/index.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
layout: page
|
||||
navbar: false
|
||||
sidebar: false
|
||||
aside: false
|
||||
footer: false
|
||||
---
|
||||
|
||||
# Promiseify PostMessage
|
||||
|
||||
将 postMessage 消息通信 Promise 化
|
||||
|
||||
<script setup>
|
||||
import DemoComponent from './Index.vue'
|
||||
</script>
|
||||
|
||||
<DemoComponent />
|
||||
Reference in New Issue
Block a user