We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c9fad commit 3cbe430Copy full SHA for 3cbe430
bili.config.js
@@ -10,7 +10,8 @@ module.exports = {
10
},
11
plugins: {
12
vue: {
13
- css: true
+ css: true,
14
+ runtimeHelpers: true
15
16
scss: true,
17
babel: {
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue-gridjs",
3
"description": "A Vue.js wrapper component for Grid.js",
4
- "version": "0.1.2",
+ "version": "0.1.3",
5
"private": false,
6
"main": "./dist/index.js",
7
"umd": "./dist/index.umd.js",
@@ -23,7 +23,8 @@
23
"dependencies": {
24
"element-ready": "^4.1.1",
25
"gridjs": "^1.5.0",
26
- "uuid-random": "^1.3.0"
+ "uuid-random": "^1.3.0",
27
+ "vue-runtime-helpers": "1.1.2"
28
29
"devDependencies": {
30
"@babel/core": "^7.10.2",
0 commit comments