Skip to content

Commit e1070da

Browse files
committed
feat: apply mask to PhoneElement
1 parent b6be3ac commit e1070da

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

dist/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugin.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { toRefs, onMounted, ref, computed, watch, nextTick } from 'vue'
22

33
export default (options = {}, IMask = null) => ({
4-
apply: 'TextElement',
4+
apply: ['TextElement', 'PhoneElement'],
55
props: {
66
mask: {
77
required: false,

0 commit comments

Comments
 (0)