Remove console.log

This commit is contained in:
Ramon Wenger 2023-02-14 15:26:27 +01:00
parent 3ab0662a6a
commit 4aaa79b9e1
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ declare module 'vue' {
const ModalPlugin = {
install(app: App) {
const store = new ModalStore();
console.log('installing modal plugin');
const reset = () => {
store.state.component = '';
store.state.payload = {};