Skip to content

Commit

Permalink
Change default export
Browse files Browse the repository at this point in the history
  • Loading branch information
LoiLock committed Aug 9, 2022
1 parent 7ae3911 commit 21137ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { App } from 'vue'
import Flex from './Flex.vue'

export { Flex }
export default Flex;

export function install(app: App, options: { name: string }) {
const finalOptions = Object.assign(
Expand All @@ -21,4 +21,4 @@ const plugin = {
install,
}

export default plugin
// export default plugin

0 comments on commit 21137ca

Please sign in to comment.