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

Rename components file name with prefixes #22

Open
Saahiththiyan opened this issue Oct 24, 2020 · 0 comments
Open

Rename components file name with prefixes #22

Saahiththiyan opened this issue Oct 24, 2020 · 0 comments

Comments

@Saahiththiyan
Copy link
Contributor

Using proper prefixes before a component file name could help out in the future when building custom bootstrap components.
Suggested prefix: TorgoTableCard.vue

<template>
 <div>
  <torgo-table-card></torgo-table-card>
 </div>
</template>

<script>
import TorgoTableCard from ''~/components/ui/TorgoTableCard";
export default {
 components: {
  TorgoTableCard
 }
}

</script>
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

No branches or pull requests

1 participant