Skip to content
#

vuetify

Here are 1,541 public repositories matching this topic...

vuetify
CelticRugger
CelticRugger commented Jul 14, 2018

*******************>>> 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

vuetify-module
MrJmpl3
MrJmpl3 commented Dec 14, 2019

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

Renato66
Renato66 commented Apr 6, 2020

Environment

Browsers: Chromium 80.0.3987.87
OS: Linux

Steps to reproduce

  • Create new vue project
  • vue add vuetify
  • vue 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
lexxyungcarter
lexxyungcarter commented Nov 5, 2019

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.

Improve this page

Add a description, image, and links to the vuetify topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vuetify topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.