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

Fn 1830 add router link props to u link dmytro holdobin #28

Conversation

Explicit12
Copy link
Collaborator

https://ilevel.atlassian.net/browse/FN-1830

  • Fixed ULink storybook page.
  • Added <router-link> props to <ULink>

src/ui.button-link/index.vue Show resolved Hide resolved
src/ui.button-link/index.vue Outdated Show resolved Hide resolved
@Explicit12 Explicit12 force-pushed the FN-1830_Add-router-link-props-to-ULink_Dmytro-Holdobin branch from b287fcc to 51d2bd4 Compare May 14, 2024 10:05
@Explicit12 Explicit12 force-pushed the FN-1830_Add-router-link-props-to-ULink_Dmytro-Holdobin branch from 51d2bd4 to aa23e9e Compare May 14, 2024 10:05

// Tailwind styles
import "./index.pcss";

// Create vueless instance
const vueless = createVueless();

const router = createRouter({
history: createWebHistory(import.meta.env.VITE_BASE_PATH),
routes: [
Copy link
Contributor

Choose a reason for hiding this comment

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

format this code routes: [...] in 1 line and add this to storybook preset package.

@Explicit12 Explicit12 force-pushed the FN-1830_Add-router-link-props-to-ULink_Dmytro-Holdobin branch from aa23e9e to 7b85c6e Compare May 14, 2024 10:50
@Explicit12 Explicit12 merged commit 8348d0e into vuelessjs:main May 14, 2024
1 check passed
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.

2 participants