-
Hi, @terrierscript.
I'd like to tell you that I have made a breaking change on the Vue.js template AST: [vue-eslint-parser@4.0.0](https://github.com/mysticatea/vue-eslint-parser/releases/tag/v4.0.0…
-
npm **@6.11.3**
node **@10.16.3**
Log (Click here)
ERROR in ./node_modules/vue-tables-3/compiled/methods/has-date-filters.js
Module not found: Error: Can't resolve 'array-intersection' in '/projec…
-
The section in the vuetify client-generator documentation for using vue-i18n is slightly confusing.
The part that includes instructions for enabling i18n has a comment indicating that the file to cha…
-
We have been getting this error recently using vue-google-charts. The error is in Google Charts, but likely due to how we are using everything. Our use case is a dashboard with a few charts - changing…
-
## 自定义过滤器filter
在src根目录下新建filters文件夹,新建index.js编辑项目所有的过滤
```javascript
import Vue from 'vue'
//格式化时间
Vue.filter('filterTime', v => {
var time = new Date(parseInt(v) * 1000);
var y = time.…
-
[`vue-cli`](https://github.com/vuejs/vue-cli) 是 [vuejs](https://github.com/vuejs/vue) 官方提供的基于 vuejs 的项目脚手架工具, 可以很快的帮助 vuejs 开发者搭建一个 startup 项目, 免去环境配置的繁琐, 开箱即用. 今天就来看下 `vue-cli` 的实现.
>vue-cli 的版本是 …
-
Within an existing project which uses webpack, yarn and moment.js, I recently added vue-moment as a dependency. Using webpack's bundle analysis, I quickly saw that the size of vue-moment was as big as…
-
### Description
Great work with Dashboard 2.0, loving it so far...
One of the things I believe is missing (or I have misunderstood) is the ability to support dynamic titles, labels, etc... in all …
mman updated
4 months ago
-
### Version
5.3.3
### Browser and OS info
Chrome 80 / OSX Mojave 10.14.6
### Steps to reproduce
1. Open vue-devtools on an app that has vuex modules.
2. Add any module filter.
3. Notice t…
-
I am using vue cli browserify setup. I am getting error.
`import errorDisplay from '../components/errorDisplay.vue'; ^ ParseError: 'import' and 'export' may appear only with 'sourceType: module'`
My…