Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): package direction #263

Merged
merged 4 commits into from
Aug 3, 2023
Merged

feat(core): package direction #263

merged 4 commits into from
Aug 3, 2023

Conversation

wramzo
Copy link
Contributor

@wramzo wramzo commented Aug 2, 2023

close #243

@github-actions
Copy link
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
Member

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
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
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
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
@wramzo
Copy link
Contributor Author

wramzo 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
Copy link
Member

❤️

@productdevbook productdevbook merged commit c3792a3 into oku-ui:main Aug 3, 2023
6 checks passed
@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
3 participants