-
# vue 组件发布为 npm 包,分为如下三个步骤
- **[1] 创建 package 文件,里边包含了你要发布包的一些信息(name/version 等)**
- **[2] 发布 vue 包需要用到 webpack 打包/ es6 语法/vue 文件所以需要配置一下 webpack**
- **[3] 注册 npm 账号,发布自己的 vue 组件**
# [**github…
-
-
For the moment it's only possible to create a link, but it's not the same behaviour in the navigation than "router-link".
Could it be possible to add this feature? For example with something like thi…
-
## Describe the bug
When I repeat this operating, I got an error "Cannot read property 'walker' of undefined":
https://github.com/nhn/tui.editor/blob/master/apps/editor/docs/custom-html-renderer…
-
在mpvue框架中到底怎么引用?之前是在main.js中,现在尝试加了main.json,可是引用标签,想button,cell可以使用,但是card,avatar,col就是没效果,求大神们赐教啊,急急急!!!!
-
My project is Vue 2.x. I am using `@babel/plugin-proposal-optional-chaining` and I have a line of code in my component.vue file that uses "?"
```
this.$refs.refreshBtn?.$el.addEventListener("anima…
-
## Version
toast-ui/vue-grid": 1.0.1
## Development Environment
chrome 70
## Current Behavior
컬럼을 많이 생성할 경우 min-width가 컨텐츠에 맞게 자동으로 잡히지 않는데,
혹시 설정에서 제공하는 기능이 있는지 질문을 드리려고 올립니다.
![min-wi…
-
## Describe the bug
A clear and concise description of what the bug is.
when I `npm install` and `npm run serve`
I see the message.
tui-editor-Editor.js?547e:6732 Uncaught TypeError: Cannot read p…
-
## Overview
[Migration docs](https://v3.vuejs.org/guide/migration/migration-build.html#overview)
### Requirements
- [ ] Update Bootstrap Vue for Vue 3
- [ ] Add emits property for custom compone…
-
Hi,
When i wanna use tui-calendar in vue.js project, i get error on below error message. I don't have no idea about this. Pls help me!
Deprecation warning: value provided is not in a recognized RF…