I am getting the following warning when attempting to bring the component into app.vue running on vue 3.1.0-0: <img width="542" alt="warning in ./src/App.vue?vue&type=script&lang=js export 'AccessibilityToolbar' (imported as 'AccessibilityToolbar') was not found in 'vue-accessibility-toolbar' (possible exports: __esModule, default)" src="https://user-images.githubusercontent.com/39913522/215751835-d0b2b376-4c50-409c-9a02-9f38c9f18a14.png"> The toolbar does not render. The issue is the same when I attempt to import into any component in the router that renders on app.vue.
I am getting the following warning when attempting to bring the component into app.vue running on vue 3.1.0-0:
The toolbar does not render. The issue is the same when I attempt to import into any component in the router that renders on app.vue.