Skip to content
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
@fosterdouglas

Description

@fosterdouglas
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions