Skip to content

feat(core): package direction#263

Merged
productdevbook merged 4 commits into
mainfrom
unknown repository
Aug 3, 2023
Merged

feat(core): package direction#263
productdevbook merged 4 commits into
mainfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Aug 2, 2023

close #243

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Aug 2, 2023

Thank you for following the naming conventions! 🙏

@productdevbook productdevbook changed the title core package direction (#243) feat(core): package direction (#243) Aug 2, 2023
@productdevbook
Copy link
Copy Markdown
Contributor

After checking this, let's ask to write a test if everything is correct @dammy001

const DirectionProvider = defineComponent({
name: 'DirectionProvider',
props: {
dir: { type: String as () => Direction, required: true },
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
dir: { type: String as () => Direction, required: true },
dir: { type: String as PropType<Direction>, required: true },

@@ -0,0 +1,35 @@
import { defineComponent, inject, provide } from 'vue'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { defineComponent, inject, provide } from 'vue'
import { defineComponent, inject, provide, type PropType } from 'vue'

@dammy001
Copy link
Copy Markdown
Contributor

dammy001 commented Aug 3, 2023

@ramzzo can you add a few tests for this?

@productdevbook productdevbook changed the title feat(core): package direction (#243) feat(core): package direction Aug 3, 2023
@ghost
Copy link
Copy Markdown
Author

ghost commented Aug 3, 2023

@ramzzo can you add a few tests for this?

I have not written a test before, but I would like to try it.

@productdevbook productdevbook assigned ghost Aug 3, 2023
@productdevbook
Copy link
Copy Markdown
Contributor

❤️

@productdevbook productdevbook merged commit c3792a3 into oku-ui:main Aug 3, 2023
@github-actions github-actions Bot mentioned this pull request Aug 3, 2023
@github-actions github-actions Bot mentioned this pull request Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

core package direction

2 participants