Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$dialog.notify.* renders "display: none" on alert #96

Open
NoahCardoza opened this issue Aug 8, 2020 · 0 comments
Open

$dialog.notify.* renders "display: none" on alert #96

NoahCardoza opened this issue Aug 8, 2020 · 0 comments

Comments

@NoahCardoza
Copy link

Now sure how this is happening because I took a look at /src/components/Alert.vue and searched the project for display: none and nothing came up. Any ideas?

image

Note: display: none in div.v-alert

pakeage.json:

{
  "name": "aai-omni-admin",
  "appTitle": "AAi Omni Admin",
  "dependencies": {
    "@nuxtjs/axios": "^5.12.1",
    "@vue/cli-plugin-eslint": "^4.4.6",
    "axios": "^0.19.2",
    "babel-eslint": "^10.1.0",
    "bcrypt": "^3.0.8",
    "body-parser": "^1.17.2",
    "capture-spawn": "^1.0.1",
    "connect-sqlite3": "^0.9.11",
    "cors": "^2.8.5",
    "css-loader": "^2.1.1",
    "eslint-plugin-vue": "^6.2.2",
    "eventbrite": "^1.2.2",
    "express": "^4.15.3",
    "express-rate-limit": "^5.1.3",
    "express-session": "^1.17.1",
    "helmet": "^3.23.3",
    "jsforce": "^1.9.3",
    "lowdb": "^1.0.0",
    "morgan": "^1.10.0",
    "node-json-db": "^0.11.0",
    "nuxt": "latest",
    "ramda": "^0.26.1",
    "simple-node-logger": "^18.12.24",
    "sqlite3": "^4.2.0",
    "throttle-debounce": "^2.2.1",
    "uuid": "^3.4.0",
    "vue-loading-overlay": "^3.3.2",
    "vuedraggable": "^2.24.0",
    "vuetify": "^1.5.24",
    "vuetify-datetime-picker": "^2.1.1",
    "vuetify-dialog": "^2.0.9",
    "vuex": "latest"
  },
  "scripts": {
    "dev": "node --trace-warnings node_modules/.bin/nuxt",
    "build": "nuxt build",
    "start": "nuxt start",
    "post-update": "yarn upgrade --latest"
  },
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-loader": "^2.2.1",
    "material-design-icons-iconfont": "^5.0.1",
    "node-sass": "^4.14.1",
    "prettier": "^1.19.1",
    "sass-loader": "^7.3.1",
    "stylus": "^0.54.8",
    "stylus-loader": "^3.0.2",
    "vuetify-loader": "^1.6.0"
  },
  "prettier": {
    "singleQuote": true,
    "tabWidth": 2,
    "semi": false
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant