Sorry, this is not an issue. I can not figure it out how to use it. This is my code:
import AwesomeMask from "awesome-mask";
new Vue({
el: "#my-vue-element",
directives: {
"mask": AwesomeMask
}
});
I get this: [Vue warn]: Property or method "mask" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option.
(found in )
Sorry, this is not an issue. I can not figure it out how to use it. This is my code:
import AwesomeMask from "awesome-mask"; new Vue({ el: "#my-vue-element", directives: { "mask": AwesomeMask } });
I get this: [Vue warn]: Property or method "mask" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option. (found in)
Thanks for your help.