The Wayback Machine - https://web.archive.org/web/20220709095657/https://github.com/topics/vuejs3
Skip to content
#

vuejs3

Here are 889 public repositories matching this topic...

vuetify
Kasheftin
Kasheftin commented Apr 5, 2022

Environment

Vuetify Version: 2.6.4
Vue Version: 2.6.13
Browsers: Chrome 98.0.4758.102
OS: Linux x86_64

Steps to reproduce

  • Click on "Dropdown" button, the menu is shown under the button;
  • Click on "Toggle Menu" twice;
  • Click on "Dropdown" button, the menu is shown somewhere at the left;

Expected Behavior

It should work in a stable way. Menu should be

T: bug good first issue C: VMenu

🔥 🎉newbee-mall是一套电商系统,包括基础版本(Spring Boot+Thymeleaf)、前后端分离版本(Spring Boot+Vue 3+Element-Plus+Vue-Router 4+Vuex 4+Vant 3) 、秒杀版本、Go语言版本、微服务版本(Spring Cloud Alibaba+Nacos+Sentinel+Seata+Spring Cloud Gateway+OpenFeign)。 前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。 后台管理系统包含数据面板、轮播图管理、商品管理、订单管理、会员管理、分类管理、设置等模块。
  • Updated Jun 15, 2022
  • Java
vuestic-ui
rustem-nasyrov
rustem-nasyrov commented Jun 30, 2022

Vuestic-ui version: 1.4.4

Steps to reproduce

  • npm run serve:book
  • Find a time picker demo
  • Look for the "view" demo
  • Click on the AM, then PM
  • AM/PM switches back to the AM

What is the expected behavior?
AM/PM changes correctly without rolling back to the previous value.
What is the current behavior?
When the current value is AM, and after that clicking on the

BUG good first issue
altescape
altescape commented Jun 17, 2021

Info

App won't start if an invalid GTM ID is used in my setup (which, I believe, is a pretty standard setup).

Tool Version
Plugin v1.0.0 (Vue2)
Vue v2.6.12
Node v14.15.5
OS Ubuntu 20.04.2 LTS

Input

import Vue from "vue";
import App from "./App.vue";
import VueGtm from "@gtm-support/vue2-gtm";

Vue.use(VueGtm, {
  id: "I
enhancement good first issue

Improve this page

Add a description, image, and links to the vuejs3 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 vuejs3 topic, visit your repo's landing page and select "manage topics."

Learn more