自带的demo显示效果与自带截图效果不一致
hhaoao opened this issue · 1 comments
hhaoao commented
npm下载的vue-willtable
包与demo一样编辑框位置都是无法达到项目readme截图所示的效果。
npm版本:
λ npm --version
6.13.4
测试vue-willtable(1.1.3)项目时的包列表:
λ npm list --depth 0
hello-world@0.1.0 F:\shortcut\temporary-project\vuetemp\hello-world+-- @babel/plugin-transform-runtime@7.7.6
+-- @babel/preset-env@7.7.6
+-- @babel/runtime@7.7.7
+-- @vue/cli-plugin-babel@4.1.1
+-- @vue/cli-plugin-eslint@4.1.1
+-- @vue/cli-service@4.1.1
+-- axios@0.19.0
+-- babel-eslint@10.0.3
+-- babel-plugin-component@1.1.1
+-- core-js@3.6.0
+-- element-ui@2.13.0
+-- eslint@5.16.0
+-- eslint-plugin-vue@5.2.3
+-- node-sass@4.13.0
+-- sass-loader@8.0.0
+-- showdown@1.9.1
+-- vue@2.6.10
+-- vue-cli-plugin-element-ui@1.1.4
+-- vue-template-compiler@2.6.10
`-- vue-willtable@1.1.3
KevinMint55 commented
npm下载的vue-willtable
包与demo一样编辑框位置都是无法达到项目readme截图所示的效果。npm版本:
λ npm --version 6.13.4测试vue-willtable(1.1.3)项目时的包列表:
λ npm list --depth 0 hello-world@0.1.0 F:\shortcut\temporary-project\vuetemp\hello-world+-- @babel/plugin-transform-runtime@7.7.6 +-- @babel/preset-env@7.7.6 +-- @babel/runtime@7.7.7 +-- @vue/cli-plugin-babel@4.1.1 +-- @vue/cli-plugin-eslint@4.1.1 +-- @vue/cli-service@4.1.1 +-- axios@0.19.0 +-- babel-eslint@10.0.3 +-- babel-plugin-component@1.1.1 +-- core-js@3.6.0 +-- element-ui@2.13.0 +-- eslint@5.16.0 +-- eslint-plugin-vue@5.2.3 +-- node-sass@4.13.0 +-- sass-loader@8.0.0 +-- showdown@1.9.1 +-- vue@2.6.10 +-- vue-cli-plugin-element-ui@1.1.4 +-- vue-template-compiler@2.6.10 `-- vue-willtable@1.1.3
你好,我的demo是和最后发布版本保持一致。出现这个问题应该是由于浏览器兼容性。我目前测的火狐会出现这种情况,你可以尝试使用谷歌、Edge以及ie10以上等浏览器打开看看。我会在下个版本中修复此兼容性问题,感谢提出。