Skip to content

Commit

Permalink
fix: correct HTML in masks table
Browse files Browse the repository at this point in the history
fixes #230
  • Loading branch information
KaelWD committed Oct 28, 2018
1 parent dd83d10 commit f99266a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vuetifyjs.com/components/misc/MaskTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
export default {
data: () => ({
masks: [
['<strong>Masks</strong', ''],
['<strong>Masks</strong>', ''],
['#', 'Any digit'],
['A', 'Any capital letter'],
['a', 'Any small letter'],
['N', 'Any capital alphanumeric character'],
['n', 'Any small alphanumeric character'],
['X', 'Any special symbol (-!$%^&*()_+|~=`{}[]:";\'<>?,./\\) or space'],
['<strong>Pre-made</strong', ''],
['<strong>Pre-made</strong>', ''],
['credit-card', '#### - #### - #### - ####'],
['date-with-time', '##/##/#### ##:##'],
['phone', '(###) ### - ####'],
Expand Down

0 comments on commit f99266a

Please sign in to comment.