This repository was archived by the owner on Dec 25, 2024. It is now read-only.
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
main.ts of CLI example spelling error #107
Closed
Description
import Vue from 'vue'
import VueCompostionAPI, { createApp, h } from '@vue/composition-api'
import App from './App.vue'
Vue.config.productionTip = false
Vue.use(VueCompostionAPI)
const app = createApp({
render: () => h(App),
})
app.mount('#app')
Just wanted to point out that "VueCompostionAPI" is spelled wrong here, in both the import and the .use() call !
Thank you
Metadata
Metadata
Assignees
Labels
No labels