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

Component doesnt work for me #32

Open
Dimashaman opened this issue Dec 1, 2021 · 0 comments
Open

Component doesnt work for me #32

Dimashaman opened this issue Dec 1, 2021 · 0 comments

Comments

@Dimashaman
Copy link

Browser console output:

runtime-core.esm-bundler.js:6591 
        
       [Vue warn]: Unhandled error during execution of render function 
  at <Oa class="list" theme="compact" resize="false"  ... > 
  at <Hello msg="Hello Vue 3 + TypeScript + Vite" > 
  at <App>
warn2 @ runtime-core.esm-bundler.js:6591
logError @ runtime-core.esm-bundler.js:6765
handleError @ runtime-core.esm-bundler.js:6757
renderComponentRoot @ runtime-core.esm-bundler.js:493
componentUpdateFn @ runtime-core.esm-bundler.js:4233
run @ reactivity.esm-bundler.js:160
setupRenderEffect @ runtime-core.esm-bundler.js:4359
mountComponent @ runtime-core.esm-bundler.js:4142
processComponent @ runtime-core.esm-bundler.js:4100
patch @ runtime-core.esm-bundler.js:3695
mountChildren @ runtime-core.esm-bundler.js:3891
mountElement @ runtime-core.esm-bundler.js:3800
processElement @ runtime-core.esm-bundler.js:3772
patch @ runtime-core.esm-bundler.js:3692
componentUpdateFn @ runtime-core.esm-bundler.js:4240
run @ reactivity.esm-bundler.js:160
setupRenderEffect @ runtime-core.esm-bundler.js:4359
mountComponent @ runtime-core.esm-bundler.js:4142
processComponent @ runtime-core.esm-bundler.js:4100
patch @ runtime-core.esm-bundler.js:3695
componentUpdateFn @ runtime-core.esm-bundler.js:4240
run @ reactivity.esm-bundler.js:160
setupRenderEffect @ runtime-core.esm-bundler.js:4359
mountComponent @ runtime-core.esm-bundler.js:4142
processComponent @ runtime-core.esm-bundler.js:4100
patch @ runtime-core.esm-bundler.js:3695
render2 @ runtime-core.esm-bundler.js:4844
mount @ runtime-core.esm-bundler.js:3179
app.mount @ runtime-dom.esm-bundler.js:1581
(анонимный) @ main.ts:5
vgrid.js:1 
        
       Uncaught TypeError: e3 is not a function
    at Oa (vgrid.js:1)
    at renderComponentRoot (runtime-core.esm-bundler.js:485)
    at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js:4233)
    at ReactiveEffect.run (reactivity.esm-bundler.js:160)
    at setupRenderEffect (runtime-core.esm-bundler.js:4359)
    at mountComponent (runtime-core.esm-bundler.js:4142)
    at processComponent (runtime-core.esm-bundler.js:4100)
    at patch (runtime-core.esm-bundler.js:3695)
    at mountChildren (runtime-core.esm-bundler.js:3891)
    at mountElement (runtime-core.esm-bundler.js:3800)

package.json

{
  "name": "organizerz",
  "version": "0.0.0",
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc --noEmit && vite build",
    "serve": "vite preview"
  },
  "dependencies": {
    "@revolist/vue-datagrid": "^3.0.98",
    "axios": "^0.24.0",
    "vue": "^3.2.16"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^1.9.3",
    "autoprefixer": "^10.4.0",
    "postcss": "^8.4.4",
    "tailwindcss": "^2.2.19",
    "typescript": "^4.4.3",
    "vite": "^2.6.4",
    "vue-tsc": "^0.3.0"
  }
}
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