vuetify
Here are 1,570 public repositories matching this topic...
-
Updated
Jun 24, 2020
Version
2.1.0
Reproduction link
https://demos.creative-tim.com/vuetify-material-dashboard/index.html#/components/notifications
Operating System
Ubuntu
Device
MacbookPro
Browser & Version
Chrome 80.0.3987.162
Steps to reproduce
insert this component
<base-material-snackbar v-model="snackbar" >Welcome </base-material-snackbar>
What is e
[Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "value"
found in
---> at src/utils/crud/components/field-types/Date.vue
at src/utils/crud/components/ItemDetailsField.vue
*******************>>> should be on
$(document).one('receivelexconfig', function onReceiveLexConfig() {
var localTimeZone;
try {
localTimeZone = JSON.stringify(
Intl.DateTimeFormat().resolvedOptions().timeZone
);
} catch (err) {
localTimeZone = JSON.stringify(
new Date().getTimezoneOffse
-
Updated
Jun 6, 2020 - Vue
-
Updated
Jun 24, 2020 - Vue
-
Updated
Jun 15, 2020 - Vue
Is your feature request related to a problem? Please describe.
Some variables don't override if you import before like $grid-breakpoints and $display-breakpoints
I think is because the instance of $display-breakpoints and $grid-breakpoints was created before the override variables ..
For this reason, when you override $grid-breakpoints, the variables $display-breakpoints still was the v
-
Updated
Jun 6, 2020 - PHP
-
Updated
Jun 21, 2020 - Vue
Environment
Browsers: Chromium 80.0.3987.87
OS: Linux
Steps to reproduce
- Create new vue project
vue add vuetifyvue add vuetify-storybook- yarn run serve:storybook
Expected Behavior
Storybook page
Actual Behavior
ERROR in ./.storybook/addon-show-vue-markup/decorator.js
Module not found: Error: Can't resolve 'js-beautify' in '/Users/renato.v
Hi there,
I really like this package and would like request for a feature (or some guidance on how to implement it) about how to go about registering one global component and specifying extensions via passing them as props. This would aleviate the headache in having to import all extensions in many components requiring tiptap.
-
Updated
Jun 25, 2020 - JavaScript
-
Updated
Jun 25, 2020 - Vue
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Mar 14, 2020 - PHP
-
Updated
Jun 6, 2020 - PHP
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Mar 14, 2020 - Vue
-
Updated
Jun 7, 2020 - C#
-
Updated
Sep 8, 2018 - Vue
-
Updated
May 28, 2020 - Vue
-
Updated
Jan 1, 2018 - JavaScript
Improve this page
Add a description, image, and links to the vuetify topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vuetify topic, visit your repo's landing page and select "manage topics."
Environment
Vuetify Version: 2.2.20
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.163
OS: Mac OS 10.15.2
Steps to reproduce
Expected Behavior
v-autocomplete/v-combobox `@b