A simple little dialogue editor for text fields with vuetify
$ npm install vuetify-single-field-dialogue --save
Then in your main.js
file, this also works with single file components via the components
property.
import Vue from 'vue'
import Vuetify from 'vuetify'
import SingleFieldDialogue from 'single-field-dialogue';
Vue.use(Vuetify)
Vue.component('single-field-dialogue', SingleFieldDialogue);
Name | Type | Default | Description |
---|---|---|---|
multiLine | Boolean |
false |
Sets if the input will be single or multi-line |
value | String |
Quick Dialogue Button | Starting Value |
title | String |
primary | Sets title of dialogue box |