---
title: 'Vue Plugins'
url: 'https://www.twelvetone.tv/docs/developer-tools/vue-plugins'
markdown: 'https://www.twelvetone.tv/docs/developer-tools/vue-plugins.md'
date: '2026-09-25'
description: 'Plugins for the Vue Platform'
taxonomy:
  category:
    - docs
---

[](#)  [ Home ](https://www.twelvetone.tv/docs/)     [ Developer Tools ](https://www.twelvetone.tv/docs/developer-tools)      Vue Plugins    

# Vue Plugins

Plugins for the Vue Platform

### Dot Path Mutations

[Dot Path Mutations](https://www.twelvetone.tv/docs/developer-tools/vue-plugins/dot-path-mutations)

DotPathMutations is a plugin for Vue that adds Vuex mutations and methods for modifying paths within a data store.

### window-plugin

[window-plugin](https://www.twelvetone.tv/docs/developer-tools/vue-plugins/windowplugin)

The Vue WindowPlugin adds *$window* and *$document* DOM objects to each Vue component. This is helpful when accessing the DOM from attribute templates, allowing you to call DOM methods without having to declare a method in your component.

### v-scroll-indicator

[v-scroll-indicator](https://www.twelvetone.tv/docs/developer-tools/vue-plugins/v-scroll-indicator)

v-scroll-indicator is a Vue component wraps content in a scrollable area that displays indicators when additional content is available outside the client view

### Schemax

[Schemax](https://www.twelvetone.tv/docs/developer-tools/vue-plugins/schemax)

The Schemax plugin for Vue facilitates data creation, validation, data binding, processing, serialization, and UI generation. This helps connect data to components, the Vuex state, and the server.

### popout

[popout](https://www.twelvetone.tv/docs/developer-tools/vue-plugins/popout)

A Vue plugin that creates a container that can popout of it's parent, creating a modal, narrow-focused view that utilizes the full screen.

### SnackbarStack

[SnackbarStack](https://www.twelvetone.tv/docs/developer-tools/vue-plugins/snackstack)

The SnackbarStack plugin for Vue/Vuetify provide a queue for displaying snackbar notifications.

 [ ](https://www.twelvetone.tv/docs/developer-tools/npm-modules/statetogwtinterop) [](https://www.twelvetone.tv/docs/developer-tools/vue-plugins/dot-path-mutations)

---

## Navigation

- Parent: [Developer Tools](https://www.twelvetone.tv/docs/developer-tools.md)
- Previous: [NPM Modules](https://www.twelvetone.tv/docs/developer-tools/npm-modules.md)
- Next: [X32](https://www.twelvetone.tv/docs/developer-tools/x32.md)
- Children:
  - [Dot Path Mutations](https://www.twelvetone.tv/docs/developer-tools/vue-plugins/dot-path-mutations.md)
  - [window-plugin](https://www.twelvetone.tv/docs/developer-tools/vue-plugins/windowplugin.md)
  - [v-scroll-indicator](https://www.twelvetone.tv/docs/developer-tools/vue-plugins/v-scroll-indicator.md)
  - [Schemax](https://www.twelvetone.tv/docs/developer-tools/vue-plugins/schemax.md)
  - [popout](https://www.twelvetone.tv/docs/developer-tools/vue-plugins/popout.md)
  - [SnackbarStack](https://www.twelvetone.tv/docs/developer-tools/vue-plugins/snackstack.md)
