Skip to content

Commit

Permalink
Added debugging tips to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
victorybiz committed Apr 26, 2022
1 parent ea28da7 commit 7743fdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ import store from "../store";
import { computed } from 'vue'; // For VUE 3
import { createAcl, defineAclRules } from 'vue-simple-acl';

// in Vue 3, if you received the error "ReferenceError: Vue is not defined", import from the src path
import { createAcl, defineAclRules } from 'vue-simple-acl/src';

// ----- VUE 2 Imports -----
import Vue from 'vue';
import VueCompositionAPI from '@vue/composition-api'; // Ensure this is installed
Expand Down

0 comments on commit 7743fdd

Please sign in to comment.