Skip to content

Commit

Permalink
Merge branch 'bcdat-docs-fixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
dipaksarkar committed Jul 9, 2022
2 parents dde5dbd + 465155d commit d75ca26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Masking doesn't work with directive
</template>

<script>
import { VNumber } from '@coders-tm/vue-number-format'
import { vNumber } from '@coders-tm/vue-number-format'
export default {
data() {
Expand All @@ -116,7 +116,7 @@ Masking doesn't work with directive
},
directives: {
number: VNumber,
number: vNumber,
},
}
</script>
Expand Down

0 comments on commit d75ca26

Please sign in to comment.