组件通信依赖

This commit is contained in:
chenjinsong
2022-01-19 15:31:06 +08:00
parent 8863544f1b
commit 1ed98f4c67
2 changed files with 1 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
import { createApp } from 'vue'
export default createApp({
name: 'bus'
})