2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-17 19:21:21 +03:00

Add basic typescript declarations

This commit is contained in:
Alexander Shabunevich
2020-11-29 19:31:41 +03:00
parent ea6f31babd
commit ffde6a5140
16 changed files with 74 additions and 10 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ With Vue 3.x you need to explicitly add Maska `plugin` or `directive` to your ap
``` javascript
const app = Vue.createApp({...})
// use as plugin
app.use(Maska.install);
app.use(Maska);
// or as directive
// app.directive('maska', Maska.maska);
app.mount('#app');