mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
revert(play): component use (#4079)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user