HandsontableWithVue 导入官方的汉化包

Posted liushuang-gojava

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HandsontableWithVue 导入官方的汉化包相关的知识,希望对你有一定的参考价值。

import  HotTable  from ‘@handsontable/vue‘;
import Handsontable from ‘handsontable‘;

  导入handsontable

data: function() 
    return 
      hotSettings: 
        data: Handsontable.helper.createSpreadsheetData(6, 10),
        colHeaders: true
      
    
  ,
  components: 
    HotTable
  

  这是基础的vue handsontable data    然后注册组件

  import ‘handsontable/languages/zh-CN‘

  导入语言包

 

忘了,template 里

<hot-table :settings="hotSettings"></hot-table>

  上面这些都是我照搬的哈哈哈

 

使用语言包,只要添加一样设置就可以了

language: ‘zh-CN‘, 在hotsettings 里添加这一样设置就可以汉化了。

handsontable的中文文档奇缺,还是看官方文档吧,不过英语不好的话,很吃力,比如我。

一点点来。总会搞定的。

 

以上是关于HandsontableWithVue 导入官方的汉化包的主要内容,如果未能解决你的问题,请参考以下文章

jquery是方便了javascript,算是其子,导入方式必须记住,js文件自己官网下载

如何利用maven向本地仓库导入官网没有的jar包

面试官必问题:SpringBoot自动装配原理?!

微信小程序内怎么导入地图,距离测算

java.lang.ClassNotFoundException: com.mysql.jdbc.Driver解决办法

使用阿里Datax从Mysql向Hbase导入数据