Skip to content

Commit

Permalink
chore: Merge branch 'master' of https://github.com/hug-sun/element3
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Dec 14, 2020
2 parents a63db56 + 2de58ba commit ab13c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/website/examples/play.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { createApp } from 'vue'
import Element from 'main/index.js'
import * as Element3 from 'element3'
import App from './play/index.vue'
import 'packages/theme-chalk/src/index.scss'

const app = createApp(App)
app.use(Element)
app.use(Element3)

app.mount('#app')

0 comments on commit ab13c89

Please sign in to comment.