revert(play): component use (#4079)

This commit is contained in:
Aex
2021-10-29 11:55:45 +08:00
committed by GitHub
parent d47047e680
commit 8a175fe8bb

View File

@@ -1,9 +1,8 @@
import { createApp } from 'vue'
import App from './src/App.vue'
import { useComponent } from './src/use'
import '@element-plus/theme-chalk/src/index.scss'
const app = createApp(App)
useComponent(app)
app.mount('#play')