Remove console.log
This commit is contained in:
parent
3ab0662a6a
commit
4aaa79b9e1
|
|
@ -27,8 +27,6 @@ declare module 'vue' {
|
||||||
const ModalPlugin = {
|
const ModalPlugin = {
|
||||||
install(app: App) {
|
install(app: App) {
|
||||||
const store = new ModalStore();
|
const store = new ModalStore();
|
||||||
console.log('installing modal plugin');
|
|
||||||
|
|
||||||
const reset = () => {
|
const reset = () => {
|
||||||
store.state.component = '';
|
store.state.component = '';
|
||||||
store.state.payload = {};
|
store.state.payload = {};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue