Remove console.log
This commit is contained in:
parent
3ab0662a6a
commit
4aaa79b9e1
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Reference in New Issue